Searched refs:glQueryMatrixxOES (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES10Ext.spec1 GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
H A Dchecks.spec29 glQueryMatrixxOES check mantissa 16 check exponent 16 return -1
/frameworks/base/opengl/java/android/opengl/
H A DGLES10Ext.java28 // C function GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
30 public static native int glQueryMatrixxOES( method in class:GLES10Ext
37 // C function GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
39 public static native int glQueryMatrixxOES( method in class:GLES10Ext
H A DGLErrorWrapper.java946 public int glQueryMatrixxOES(int[] mantissa, int mantissaOffset, method in class:GLErrorWrapper
949 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, mantissaOffset,
955 public int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent) { method in class:GLErrorWrapper
957 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, exponent);
H A DGLLogWrapper.java2744 public int glQueryMatrixxOES(int[] mantissa, int mantissaOffset, method in class:GLLogWrapper
2746 begin("glQueryMatrixxOES");
2750 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, mantissaOffset,
2758 public int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent) { method in class:GLLogWrapper
2759 begin("glQueryMatrixxOES");
2763 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, exponent);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10Ext.java24 int glQueryMatrixxOES( method in interface:GL10Ext
31 int glQueryMatrixxOES( method in interface:GL10Ext
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10Ext.cpp127 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */
180 _returnValue = glQueryMatrixxOES(
197 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */
222 _returnValue = glQueryMatrixxOES(
241 {"glQueryMatrixxOES", "([II[II)I", (void *) android_glQueryMatrixxOES___3II_3II },
242 {"glQueryMatrixxOES", "(Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;)I", (void *) android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp3557 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */
3610 _returnValue = glQueryMatrixxOES(
3627 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */
3652 _returnValue = glQueryMatrixxOES(
7432 {"glQueryMatrixxOES", "([II[II)I", (void *) android_glQueryMatrixxOES___3II_3II },
7433 {"glQueryMatrixxOES", "(Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;)I", (void *) android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 },
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1149 // C function GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
1151 public native int glQueryMatrixxOES( method in class:GLImpl
1158 // C function GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
1160 public native int glQueryMatrixxOES( method in class:GLImpl
/frameworks/base/opengl/include/GLES/
H A Dglext.h495 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
/frameworks/base/opengl/libagl/
H A Dmatrix.cpp1120 GLbitfield glQueryMatrixxOES(GLfixed* m, GLint* e) function
H A Degl.cpp913 { "glQueryMatrixxOES",
914 (__eglMustCastToProperFunctionPointerType)&glQueryMatrixxOES },

Completed in 66 milliseconds