/external/deqp/modules/gles3/functional/ |
es3fInternalFormatQueryTests.cpp | 59 glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &sampleCounts); 72 glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_SAMPLES, sampleCounts, &samples[0]); 139 glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &sampleCounts); 147 glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 0, &queryTargetValue);
|
es3fNegativeStateApiTests.cpp | [all...] |
es3fMultisampleTests.cpp | 451 log << TestLog::Message << "Querying maximum number of samples for " << glu::getTextureFormatName(FBO_COLOR_FORMAT) << " with glGetInternalformativ()" << TestLog::EndMessage; 452 GLU_CHECK_CALL(glGetInternalformativ(GL_RENDERBUFFER, FBO_COLOR_FORMAT, GL_SAMPLES, 1, &m_numSamples)); 491 // \note We don't do the check until now because some implementations can't handle the GL_SAMPLES query with glGetInternalformativ(), 500 GLU_CHECK_CALL(glGetInternalformativ(GL_RENDERBUFFER, FBO_COLOR_FORMAT, GL_SAMPLES, 1, &maxSampleCount)); 502 throw tcu::NotSupportedError(std::string("") + "Maximum sample count returned by glGetInternalformativ() for " + glu::getTextureFormatName(FBO_COLOR_FORMAT) + " is only " + de::toString(maxSampleCount)); [all...] |
es3fNegativeBufferApiTests.cpp | [all...] |
/external/deqp/modules/gles31/functional/ |
es31fNegativeStateApiTests.cpp | [all...] |
es31fNegativeBufferApiTests.cpp | [all...] |
/external/deqp/framework/egl/ |
egluStaticES30Library.inl | 114 { "glGetInternalformativ", (deFunctionPtr)glGetInternalformativ },
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
gl3stub.c | 125 FIND_PROC(glGetInternalformativ); 231 !glGetInternalformativ) 343 GL_APICALL void (* GL_APIENTRY glGetInternalformativ) (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint* params);
|
gl3stub.h | [all...] |
/development/ndk/sources/android/ndk_helper/ |
gl3stub.c | 126 FIND_PROC( glGetInternalformativ ); 165 || !glGetInternalformativ ) 508 GL_APICALL void (* GL_APIENTRY glGetInternalformativ)( GLenum target,
|
gl3stub.h | [all...] |
/external/deqp/framework/opengl/wrapper/ |
glwInitES30Direct.inl | 114 gl->getInternalformativ = &glGetInternalformativ;
|
glwInitES31Direct.inl | 128 gl->getInternalformativ = &glGetInternalformativ;
|
glwInitES32Direct.inl | 146 gl->getInternalformativ = &glGetInternalformativ;
|
/frameworks/base/opengl/java/android/opengl/ |
GLES30.java | [all...] |
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES30.spec | 110 void glGetInternalformativ ( GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params )
|
/external/deqp/framework/platform/null/ |
tcuNullRenderContext.cpp | 424 GLW_APICALL void GLW_APIENTRY glGetInternalformativ (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint* params)
|
tcuNullRenderContextInitFuncs.inl | 228 gl->getInternalformativ = glGetInternalformativ; [all...] |
/external/deqp/framework/opengl/simplereference/ |
sglrContextWrapper.hpp | 297 void glGetInternalformativ (deUint32 target, deUint32 internalformat, deUint32 pname, int bufSize, int* params);
|
/frameworks/base/libs/hwui/debug/ |
unwrap_gles.h | 362 #undef glGetInternalformativ
|
wrap_gles.h | 362 #define glGetInternalformativ wrap_glGetInternalformativ [all...] |
/development/ndk/platforms/android-18/include/GLES3/ |
gl3.h | [all...] |
/development/ndk/platforms/android-21/include/GLES3/ |
gl3.h | [all...] |
/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/GLES3/ |
gl3.h | [all...] |
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/GLES3/ |
gl3.h | [all...] |