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

1 2 3

  /external/deqp/modules/gles3/stress/
es3sOcclusionQueryTests.cpp 262 glGetQueryObjectuiv(queryIds[queryIter], GL_QUERY_RESULT_AVAILABLE, &queryResultReady[queryIter]);
266 glGetQueryObjectuiv(queryIds[queryIter], GL_QUERY_RESULT, &queryResult[queryIter]);
  /external/deqp/framework/egl/
egluStaticES30Library.inl 118 { "glGetQueryObjectuiv", (deFunctionPtr)glGetQueryObjectuiv },
  /external/deqp/modules/gles3/functional/
es3fNegativeStateApiTests.cpp     [all...]
es3fOcclusionQueryTests.cpp 369 glGetQueryObjectuiv(queryIds[0], GL_QUERY_RESULT_AVAILABLE, &resultAvailable);
378 glGetQueryObjectuiv(queryIds[0], GL_QUERY_RESULT, &result);
  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp     [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 35 FIND_PROC(glGetQueryObjectuiv);
141 !glGetQueryObjectuiv ||
253 GL_APICALL void (* GL_APIENTRY glGetQueryObjectuiv) (GLuint id, GLenum pname, GLuint* params);
gl3stub.h 398 extern GL_APICALL void (* GL_APIENTRY glGetQueryObjectuiv) (GLuint id, GLenum pname, GLuint* params);
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 36 FIND_PROC( glGetQueryObjectuiv );
133 || !glGetQueryObjectuiv || !glUnmapBuffer || !glGetBufferPointerv
236 GL_APICALL void (* GL_APIENTRY glGetQueryObjectuiv)( GLuint id,
gl3stub.h 408 extern GL_APICALL void (* GL_APIENTRY glGetQueryObjectuiv) (GLuint id, GLenum pname, GLuint* params);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 118 gl->getQueryObjectuiv = &glGetQueryObjectuiv;
glwInitES31Direct.inl 140 gl->getQueryObjectuiv = &glGetQueryObjectuiv;
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 568 // C function void glGetQueryObjectuiv ( GLuint id, GLenum pname, GLuint *params )
570 public static native void glGetQueryObjectuiv(
577 // C function void glGetQueryObjectuiv ( GLuint id, GLenum pname, GLuint *params )
579 public static native void glGetQueryObjectuiv(
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/proto/
gltrace.proto 417 glGetQueryObjectuiv = 389;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 19 void glGetQueryObjectuiv ( GLuint id, GLenum pname, GLuint *params )
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 207 void glGetQueryObjectuiv (deUint32 id, deUint32 pname, deUint32* params);
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 260 gl->getQueryObjectuiv = glGetQueryObjectuiv;
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /development/ndk/platforms/android-21/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...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/GLES3/
gl3.h     [all...]

Completed in 522 milliseconds

1 2 3