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

1 2 3

  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10Ext.spec 1 GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
checks.spec 80 glQueryMatrixxOES check mantissa 16 check exponent 16 return -1
  /frameworks/base/opengl/java/android/opengl/
GLES10Ext.java 28 // C function GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
30 public static native int glQueryMatrixxOES(
37 // C function GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
39 public static native int glQueryMatrixxOES(
GLErrorWrapper.java 946 public int glQueryMatrixxOES(int[] mantissa, int mantissaOffset,
949 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, mantissaOffset,
955 public int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent) {
957 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, exponent);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10Ext.java 24 int glQueryMatrixxOES(
31 int glQueryMatrixxOES(
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 231 {"glQueryMatrixxOES", (void*)glQueryMatrixxOES},
gl_client_context.h 249 glQueryMatrixxOES_client_proc_t glQueryMatrixxOES;
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 239 {"glQueryMatrixxOES", (void *)glQueryMatrixxOES},
gles_dispatch.h 242 glQueryMatrixxOES_t glQueryMatrixxOES;
    [all...]
gles.cpp 1151 GLbitfield glQueryMatrixxOES(GLfixed mantissa[16], GLint exponent[16])
1153 return getDispatch()->glQueryMatrixxOES(mantissa, exponent);
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 320 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */
381 _returnValue = glQueryMatrixxOES(
401 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */
440 _returnValue = glQueryMatrixxOES(
462 {"glQueryMatrixxOES", "([II[II)I", (void *) android_glQueryMatrixxOES___3II_3II },
463 {"glQueryMatrixxOES", "(Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;)I", (void *) android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 },
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 741 public int glQueryMatrixxOES(int[] mantissa, int mantissaOffset,
743 return mgl10Ext.glQueryMatrixxOES(mantissa, mantissaOffset,
747 public int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent) {
748 return mgl10Ext.glQueryMatrixxOES(mantissa, exponent);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLStub.java 740 public int glQueryMatrixxOES(
747 public int glQueryMatrixxOES(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 1188 public int glQueryMatrixxOES(IntBuffer arg0, IntBuffer arg1) {
1189 int result = ((GL10Ext)mGL).glQueryMatrixxOES( arg0, arg1);
1194 public int glQueryMatrixxOES(int[] arg0, int arg1, int[] arg2, int arg3) {
1195 int result = ((GL10Ext)mGL).glQueryMatrixxOES(arg0, arg1,arg2, arg3);
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 242 glQueryMatrixxOES_t glQueryMatrixxOES;
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 1150 // C function GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
1152 public native int glQueryMatrixxOES(
1159 // C function GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
1161 public native int glQueryMatrixxOES(
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 309 glQueryMatrixxOES = 283;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 495 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 495 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 495 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 495 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 495 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
  /prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 495 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);

Completed in 117 milliseconds

1 2 3