Home
last modified time | relevance | path

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

12

/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()
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()
Des3fNegativeBufferApiTests.cpp1382 glGetInternalformativ (GL_RENDERBUFFER, GL_RGBA4, GL_SAMPLES, 1, &maxSamplesSupportedRGBA4); in init()
/external/deqp/modules/gles31/functional/
Des31fNegativeStateApiTests.cpp1268 ctx.glGetInternalformativ (GL_RENDERBUFFER, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, -1, &params[0]); in get_internalformativ()
1273 ctx.glGetInternalformativ (GL_RENDERBUFFER, GL_RGBA8, -1, 16, &params[0]); in get_internalformativ()
1281 ctx.glGetInternalformativ (GL_RENDERBUFFER, GL_RG8_SNORM, GL_NUM_SAMPLE_COUNTS, 16, &params[0]); in get_internalformativ()
1285 …ctx.glGetInternalformativ (GL_RENDERBUFFER, GL_COMPRESSED_RGB8_ETC2, GL_NUM_SAMPLE_COUNTS, 16, &pa… in get_internalformativ()
1290 ctx.glGetInternalformativ (-1, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, 16, &params[0]); in get_internalformativ()
1292 ctx.glGetInternalformativ (GL_FRAMEBUFFER, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, 16, &params[0]); in get_internalformativ()
1297 ctx.glGetInternalformativ (GL_TEXTURE_2D, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, 16, &params[0]); in get_internalformativ()
Des31fNegativeBufferApiTests.cpp1791 ctx.glGetInternalformativ (GL_RENDERBUFFER, GL_RGBA4, GL_SAMPLES, 1, &maxSamplesSupportedRGBA4); in renderbuffer_storage_multisample()
1792 …ctx.glGetInternalformativ (GL_RENDERBUFFER, GL_RGBA8UI, GL_SAMPLES, 1, &maxSamplesSupportedRGBA… in renderbuffer_storage_multisample()
/external/deqp/framework/egl/
DegluStaticES30Library.inl114 { "glGetInternalformativ", (deFunctionPtr)glGetInternalformativ },
/external/mesa3d/src/mapi/es2api/
DABI-check120 glGetInternalformativ
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.def291 glGetInternalformativ @308
Dexports.map251 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");
DglwInitGL42.inl170 …getInternalformativ = (glGetInternalformativFunc) loader->get("glGetInternalformativ");
DglwInitGL43.inl183 …getInternalformativ = (glGetInternalformativFunc) loader->get("glGetInternalformativ");
DglwInitGL44.inl192 …getInternalformativ = (glGetInternalformativFunc) loader->get("glGetInternalformativ");
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp424 GLW_APICALL void GLW_APIENTRY glGetInternalformativ (GLenum target, GLenum internalformat, GLenum p… in glGetInternalformativ() function
DtcuNullRenderContextInitFuncs.inl228 gl->getInternalformativ = glGetInternalformativ;
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp297 …void glGetInternalformativ (deUint32 target, deUint32 internalformat, deUint32 pname, int bu…
/external/deqp/doc/
DGLES3 Negative API Functions.txt107 o glGetInternalformativ (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, G…
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl385 "glGetInternalformativ",
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
Dgl3.h1057 GL_APICALL void GL_APIENTRY glGetInternalformativ (GLenum target, GLenum internalformat, …

12