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

  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 33 FIND_PROC(glGetQueryiv);
139 !glGetQueryiv ||
251 GL_APICALL void (* GL_APIENTRY glGetQueryiv) (GLenum target, GLenum pname, GLint* params);
gl3stub.h 394 extern GL_APICALL void (* GL_APIENTRY glGetQueryiv) (GLenum target, GLenum pname, GLint* params);
    [all...]
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 96 interface->fGetQueryiv = glGetQueryiv;
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 551 // C function void glGetQueryiv ( GLenum target, GLenum pname, GLint *params )
553 public static native void glGetQueryiv(
560 // C function void glGetQueryiv ( GLenum target, GLenum pname, GLint *params )
562 public static native void glGetQueryiv(
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 414 glGetQueryiv = 388;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 18 void glGetQueryiv ( GLenum target, GLenum pname, GLint *params )
  /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 1029 const GLMessage_Function GLMessage::glGetQueryiv;
    [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 550 #define glGetQueryiv MANGLE(GetQueryiv)
    [all...]
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 550 #define glGetQueryiv MANGLE(GetQueryiv)
    [all...]
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 550 #define glGetQueryiv MANGLE(GetQueryiv)
    [all...]
glext.h     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 753 /* void glGetQueryiv ( GLenum target, GLenum pname, GLint *params ) */
781 glGetQueryiv(
797 /* void glGetQueryiv ( GLenum target, GLenum pname, GLint *params ) */
811 glGetQueryiv(
    [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 268 milliseconds