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

  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 31 FIND_PROC(glBeginQuery);
137 !glBeginQuery ||
249 GL_APICALL void (* GL_APIENTRY glBeginQuery) (GLenum target, GLuint id);
gl3stub.h 392 extern GL_APICALL void (* GL_APIENTRY glBeginQuery) (GLenum target, GLuint id);
    [all...]
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 39 interface->fBeginQuery = glBeginQuery;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 412 glBeginQuery = 386;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 16 void glBeginQuery ( GLenum target, GLuint id )
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 538 // C function void glBeginQuery ( GLenum target, GLuint id )
540 public static native void glBeginQuery(
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 1027 const GLMessage_Function GLMessage::glBeginQuery;
    [all...]
gltrace.pb.h     [all...]
gltrace_api.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 55 #define glBeginQuery MANGLE(BeginQuery)
    [all...]
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 55 #define glBeginQuery MANGLE(BeginQuery)
    [all...]
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 55 #define glBeginQuery MANGLE(BeginQuery)
    [all...]
glext.h     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 734 /* void glBeginQuery ( GLenum target, GLuint id ) */
738 glBeginQuery(
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_opengl.h     [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_opengl.h     [all...]

Completed in 383 milliseconds