Home
last modified time | relevance | path

Searched refs:glGetInternalformativ (Results 1 – 25 of 61) sorted by relevance

123

/external/angle/src/tests/gl_tests/
DRenderbufferMultisampleTest.cpp67 glGetInternalformativ(GL_RENDERBUFFER, GL_RGBA8I, GL_SAMPLES, 1, &maxSamplesRGBA8I); in TEST_P()
98 glGetInternalformativ(GL_RENDERBUFFER, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, queryBufferSize, in TEST_P()
103 glGetInternalformativ(GL_RENDERBUFFER, GL_RGBA8, GL_SAMPLES, queryBufferSize, in TEST_P()
DTextureMultisampleTest.cpp86 glGetInternalformativ(texTarget, format, GL_SAMPLES, 1, &maxSamplesFormat); in getSamplesToUse()
283 glGetInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_R8, GL_SAMPLES, 1, &maxSamplesR8); in TEST_P()
337 glGetInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_R8, GL_SAMPLES, 1, &maxSamples); in TEST_P()
553 glGetInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_R8, GL_SAMPLES, 1, &maxSamples); in TEST_P()
599 glGetInternalformativ(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, GL_RGBA8, GL_SAMPLES, 1, in TEST_P()
648 glGetInternalformativ(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, GL_RGBA8, GL_SAMPLES, 1, in TEST_P()
651 glGetInternalformativ(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, GL_DEPTH_COMPONENT24, GL_SAMPLES, 1, in TEST_P()
763 glGetInternalformativ(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, GL_RGBA8, GL_SAMPLES, 1, in TEST_P()
793 glGetInternalformativ(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, GL_RGBA8, GL_SAMPLES, 1, in TEST_P()
DFramebufferTest.cpp1177 glGetInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, in TEST_P()
1182 glGetInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_SAMPLES, queryBufferSize, in TEST_P()
1212 glGetInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, in TEST_P()
1217 glGetInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_SAMPLES, queryBufferSize, in TEST_P()
/external/deqp/modules/gles3/functional/
Des3fInternalFormatQueryTests.cpp59 glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &sampleCounts); in test()
72 glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_SAMPLES, sampleCounts, &samples[0]); in test()
139 glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &sampleCounts); in test()
147glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 0, &queryTargetValu… in test()
Des3fNegativeStateApiTests.cpp939 glGetInternalformativ (GL_RENDERBUFFER, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, -1, &params[0]); in init()
944 glGetInternalformativ (GL_RENDERBUFFER, GL_RGBA8, -1, 16, &params[0]); in init()
951 glGetInternalformativ (GL_RENDERBUFFER, GL_RG8_SNORM, GL_NUM_SAMPLE_COUNTS, 16, &params[0]); in init()
955glGetInternalformativ (GL_RENDERBUFFER, GL_COMPRESSED_RGB8_ETC2, GL_NUM_SAMPLE_COUNTS, 16, &params… in init()
960 glGetInternalformativ (-1, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, 16, &params[0]); in init()
962 glGetInternalformativ (GL_FRAMEBUFFER, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, 16, &params[0]); in init()
967 glGetInternalformativ (GL_TEXTURE_2D, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, 16, &params[0]); in init()
Des3fFboMultisampleTests.cpp269 glGetInternalformativ(GL_RENDERBUFFER, GL_RGBA8, GL_SAMPLES, 1, &maxSamples); in test()
Des3fMultisampleTests.cpp452 …GLU_CHECK_CALL(glGetInternalformativ(GL_RENDERBUFFER, FBO_COLOR_FORMAT, GL_SAMPLES, 1, &m_numSampl… in init()
500 …GLU_CHECK_CALL(glGetInternalformativ(GL_RENDERBUFFER, FBO_COLOR_FORMAT, GL_SAMPLES, 1, &maxSampleC… in init()
/external/deqp/modules/gles31/functional/
Des31fNegativeStateApiTests.cpp1310 ctx.glGetInternalformativ (GL_RENDERBUFFER, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, -1, &params[0]); in get_internalformativ()
1315 ctx.glGetInternalformativ (GL_RENDERBUFFER, GL_RGBA8, -1, 16, &params[0]); in get_internalformativ()
1325 ctx.glGetInternalformativ (GL_RENDERBUFFER, GL_RG8_SNORM, GL_NUM_SAMPLE_COUNTS, 16, &params[0]); in get_internalformativ()
1329 …ctx.glGetInternalformativ (GL_RENDERBUFFER, GL_COMPRESSED_RGB8_ETC2, GL_NUM_SAMPLE_COUNTS, 16, &pa… in get_internalformativ()
1335 ctx.glGetInternalformativ (-1, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, 16, &params[0]); in get_internalformativ()
1337 ctx.glGetInternalformativ (GL_FRAMEBUFFER, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, 16, &params[0]); in get_internalformativ()
1342 ctx.glGetInternalformativ (GL_TEXTURE_2D, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, 16, &params[0]); in get_internalformativ()
/external/deqp/framework/egl/
DegluStaticES30Library.inl114 { "glGetInternalformativ", (deFunctionPtr)glGetInternalformativ },
DegluStaticES31Library.inl128 { "glGetInternalformativ", (deFunctionPtr)glGetInternalformativ },
DegluStaticES32Library.inl146 { "glGetInternalformativ", (deFunctionPtr)glGetInternalformativ },
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.lds251 glGetInternalformativ;
DlibGLESv2.def295 glGetInternalformativ @308
/external/mesa3d/src/mapi/es2api/
Dgles2-symbols.txt143 glGetInternalformativ
/external/deqp/framework/opengl/wrapper/
DglwInitES30Direct.inl114 gl->getInternalformativ = &glGetInternalformativ;
DglwInitES31Direct.inl128 gl->getInternalformativ = &glGetInternalformativ;
DglwInitES32Direct.inl146 gl->getInternalformativ = &glGetInternalformativ;
DglwInitES30.inl114 gl->getInternalformativ = (glGetInternalformativFunc) loader->get("glGetInternalformativ");
DglwInitES31.inl128 gl->getInternalformativ = (glGetInternalformativFunc) loader->get("glGetInternalformativ");
DglwInitES32.inl146 gl->getInternalformativ = (glGetInternalformativFunc) loader->get("glGetInternalformativ");
/external/angle/src/libGL/
DlibGL_autogen.def905 glGetInternalformativ
/external/angle/src/libGLESv2/
DlibGLESv2_with_capture_autogen.def199 glGetInternalformativ
DlibGLESv2_no_capture_autogen.def199 glGetInternalformativ
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp439 GLW_APICALL void GLW_APIENTRY glGetInternalformativ (GLenum target, GLenum internalformat, GLenum p… in glGetInternalformativ() function
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp297 …void glGetInternalformativ (deUint32 target, deUint32 internalformat, deUint32 pname, int bu…

123