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

  /external/chromium_org/third_party/angle/tests/angle_tests/
TransformFeedbackTest.cpp 108 glGetQueryObjectuiv(primitivesWrittenQuery, GL_QUERY_RESULT_EXT, &primitivesWritten);
  /external/deqp/framework/egl/
egluStaticES30Library.inl 17 { "glGetQueryObjectuiv", (deFunctionPtr)glGetQueryObjectuiv },
  /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/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 395 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 405 extern GL_APICALL void (* GL_APIENTRY glGetQueryObjectuiv) (GLuint id, GLenum pname, GLuint* params);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 159 gl->getQueryObjectuiv = &glGetQueryObjectuiv;
glwApi.inl 97 #define glGetQueryObjectuiv glwGetQueryObjectuiv
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 97 gl->getQueryObjectuiv = glGetQueryObjectuiv;
tcuNullRenderContextFuncs.inl 644 GLW_APICALL void GLW_APIENTRY glGetQueryObjectuiv (GLuint id, GLenum pname, GLuint* params)
    [all...]
  /external/chromium_org/ui/gl/
gl_bindings_skia_in_process.cc 342 glGetQueryObjectuiv(id, pname, params);
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 207 void glGetQueryObjectuiv (deUint32 id, deUint32 pname, deUint32* params);
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h     [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl 97 void glGetQueryObjectuiv (glw::GLuint id, glw::GLenum pname, glw::GLuint* params);
    [all...]
gluCallLogWrapper.inl     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h     [all...]
glext.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
glext.h     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp     [all...]

Completed in 83 milliseconds