Home
last modified time | relevance | path

Searched refs:glQueryMatrixxOES (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES10Ext.java30 public static native int glQueryMatrixxOES( in glQueryMatrixxOES() method in GLES10Ext
39 public static native int glQueryMatrixxOES( in glQueryMatrixxOES() method in GLES10Ext
DGLErrorWrapper.java946 public int glQueryMatrixxOES(int[] mantissa, int mantissaOffset, in glQueryMatrixxOES() method in GLErrorWrapper
949 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, mantissaOffset, in glQueryMatrixxOES()
955 public int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent) { in glQueryMatrixxOES() method in GLErrorWrapper
957 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, exponent); in glQueryMatrixxOES()
DGLLogWrapper.java2744 public int glQueryMatrixxOES(int[] mantissa, int mantissaOffset, in glQueryMatrixxOES() method in GLLogWrapper
2750 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, mantissaOffset, in glQueryMatrixxOES()
2758 public int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent) { in glQueryMatrixxOES() method in GLLogWrapper
2763 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, exponent); in glQueryMatrixxOES()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10Ext.java24 int glQueryMatrixxOES( in glQueryMatrixxOES() method
31 int glQueryMatrixxOES( in glQueryMatrixxOES() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.0ext1 GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
Dglspec-checks27 glQueryMatrixxOES check mantissa 16 check exponent 16 return -1
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10Ext.spec1 GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
Dchecks.spec93 glQueryMatrixxOES check mantissa 16 check exponent 16 return -1
/frameworks/base/core/jni/
Dandroid_opengl_GLES10Ext.cpp484 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES___3II_3II()
556 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp4167 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES___3II_3II()
4239 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt225 glQueryMatrixxOES;
Dentries_gles1.in235 GL_ENTRY(GLbitfield, glQueryMatrixxOES, GLfixed *mantissa, GLint *exponent)
Dentries.in771 GL_ENTRY(GLbitfield, glQueryMatrixxOES, GLfixed *mantissa, GLint *exponent)
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1152 public native int glQueryMatrixxOES( in glQueryMatrixxOES() method in GLImpl
1161 public native int glQueryMatrixxOES( in glQueryMatrixxOES() method in GLImpl
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in235 GLbitfield API_ENTRY(glQueryMatrixxOES)(GLfixed *mantissa, GLint *exponent) {
236 CALL_GL_API_RETURN(glQueryMatrixxOES, mantissa, exponent);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h707 #define glQueryMatrixxOES wrap_glQueryMatrixxOES macro
Dgles_undefine.h706 #undef glQueryMatrixxOES
/frameworks/native/opengl/libagl/
Dmatrix.cpp1109 GLbitfield glQueryMatrixxOES(GLfixed* m, GLint* e) in glQueryMatrixxOES() function
Degl.cpp880 (__eglMustCastToProperFunctionPointerType)&glQueryMatrixxOES },
/frameworks/native/opengl/include/GLES/
Dglext.h388 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed *mantissa, GLint *exponent);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19247 method public static int glQueryMatrixxOES(int[], int, int[], int);
19248 method public static int glQueryMatrixxOES(java.nio.IntBuffer, java.nio.IntBuffer);
52168 method public abstract int glQueryMatrixxOES(int[], int, int[], int);
52169 method public abstract int glQueryMatrixxOES(java.nio.IntBuffer, java.nio.IntBuffer);
/frameworks/base/api/
Dcurrent.txt31630 method public static int glQueryMatrixxOES(int[], int, int[], int);
31631 method public static int glQueryMatrixxOES(java.nio.IntBuffer, java.nio.IntBuffer);
75000 method public int glQueryMatrixxOES(int[], int, int[], int);
75001 method public int glQueryMatrixxOES(java.nio.IntBuffer, java.nio.IntBuffer);