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

1 2

  /frameworks/base/libs/hwui/
Query.h 119 glGetQueryObjectuiv(mQuery, GL_QUERY_RESULT_AVAILABLE, &result);
136 glGetQueryObjectuiv(mQuery, GL_QUERY_RESULT, &result);
  /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...]
  /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/
gltrace.proto 415 glGetQueryObjectuiv = 389;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 19 void glGetQueryObjectuiv ( GLuint id, GLenum pname, GLuint *params )
  /external/chromium_org/ui/gl/
gl_bindings_skia_in_process.cc 337 glGetQueryObjectuiv(id, pname, params);
  /development/ndk/platforms/android-18/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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 420 glGetQueryObjectuiv(389, 389),
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 1030 const GLMessage_Function GLMessage::glGetQueryObjectuiv;
    [all...]
gltrace.pb.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 556 #define glGetQueryObjectuiv MANGLE(GetQueryObjectuiv)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 556 #define glGetQueryObjectuiv MANGLE(GetQueryObjectuiv)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 556 #define glGetQueryObjectuiv MANGLE(GetQueryObjectuiv)
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 822 /* void glGetQueryObjectuiv ( GLuint id, GLenum pname, GLuint *params ) */
850 glGetQueryObjectuiv(
866 /* void glGetQueryObjectuiv ( GLuint id, GLenum pname, GLuint *params ) */
880 glGetQueryObjectuiv(
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [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 2252 milliseconds

1 2