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

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10Ext.spec1 GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
H A Dchecks.spec93 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.cpp445 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */
506 _returnValue = glQueryMatrixxOES(
526 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */
565 _returnValue = glQueryMatrixxOES(
587 {"glQueryMatrixxOES", "([II[II)I", (void *) android_glQueryMatrixxOES___3II_3II },
588 {"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.cpp3946 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */
4007 _returnValue = glQueryMatrixxOES(
4027 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */
4066 _returnValue = glQueryMatrixxOES(
8618 {"glQueryMatrixxOES", "([II[II)I", (void *) android_glQueryMatrixxOES___3II_3II },
8619 {"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.java1150 // C function GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
1152 public native int glQueryMatrixxOES( method in class:GLImpl
1159 // C function GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
1161 public native int glQueryMatrixxOES( method in class:GLImpl
/frameworks/base/libs/hwui/debug/
H A Dunwrap_gles.h709 #undef glQueryMatrixxOES macro
H A Dwrap_gles.h709 #define glQueryMatrixxOES wrap_glQueryMatrixxOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h832 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1120 GLbitfield glQueryMatrixxOES(GLfixed* m, GLint* e) function
H A Degl.cpp867 { "glQueryMatrixxOES",
868 (__eglMustCastToProperFunctionPointerType)&glQueryMatrixxOES },

Completed in 1070 milliseconds