HomeSort by relevance Sort by last modified time
    Searched refs:glGetInternalformativ (Results 1 - 25 of 58) sorted by null

1 2 3

  /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 449 log << TestLog::Message << "Querying maximum number of samples for " << glu::getPixelFormatName(FBO_COLOR_FORMAT) << " with glGetInternalformativ()" << TestLog::EndMessage;
450 GLU_CHECK_CALL(glGetInternalformativ(GL_RENDERBUFFER, FBO_COLOR_FORMAT, GL_SAMPLES, 1, &m_numSamples));
489 // \note We don't do the check until now because some implementations can't handle the GL_SAMPLES query with glGetInternalformativ(),
498 GLU_CHECK_CALL(glGetInternalformativ(GL_RENDERBUFFER, FBO_COLOR_FORMAT, GL_SAMPLES, 1, &maxSampleCount));
500 throw tcu::NotSupportedError(std::string("") + "Maximum sample count returned by glGetInternalformativ() for " + glu::getPixelFormatName(FBO_COLOR_FORMAT) + " is only " + de::toString(maxSampleCount));
    [all...]
es3fNegativeBufferApiTests.cpp     [all...]
  /external/deqp/framework/egl/
egluStaticES30Library.inl 107 { "glGetInternalformativ", (deFunctionPtr)glGetInternalformativ },
  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp     [all...]
es31fNegativeBufferApiTests.cpp     [all...]
  /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 249 gl->getInternalformativ = &glGetInternalformativ;
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 505 glGetInternalformativ = 479;
  /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/
tcuNullRenderContextInitFuncs.inl 490 gl->getInternalformativ = glGetInternalformativ;
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 297 void glGetInternalformativ (deUint32 target, deUint32 internalformat, deUint32 pname, int bufSize, int* params);
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h     [all...]

Completed in 107 milliseconds

1 2 3