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

/frameworks/native/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.cpp101 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */
162 _returnValue = glQueryMatrixxOES(
182 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */
221 _returnValue = glQueryMatrixxOES(
243 {"glQueryMatrixxOES", "([II[II)I", (void *) android_glQueryMatrixxOES___3II_3II },
244 {"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.cpp3942 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */
4003 _returnValue = glQueryMatrixxOES(
4023 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */
4062 _returnValue = glQueryMatrixxOES(
8614 {"glQueryMatrixxOES", "([II[II)I", (void *) android_glQueryMatrixxOES___3II_3II },
8615 {"glQueryMatrixxOES", "(Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;)I", (void *) android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto309 glQueryMatrixxOES = 283;
/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/native/opengl/include/GLES/
H A Dglext.h778 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.cpp840 { "glQueryMatrixxOES",
841 (__eglMustCastToProperFunctionPointerType)&glQueryMatrixxOES },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp820 const GLMessage_Function GLMessage::glQueryMatrixxOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1153 static const Function glQueryMatrixxOES = GLMessage_Function_glQueryMatrixxOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp17136 glmsg.set_function(GLMessage::glQueryMatrixxOES);
17153 GLbitfield retValue = glContext->hooks->gl.glQueryMatrixxOES(mantissa, exponent);

Completed in 7123 milliseconds