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()
/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/native/opengl/libs/
DlibGLESv1_CM.map.txt225 glQueryMatrixxOES;
Dentries.in771 GL_ENTRY(GLbitfield, glQueryMatrixxOES, GLfixed *mantissa, GLint *exponent)
/frameworks/base/core/jni/
Dandroid_opengl_GLES10Ext.cpp518 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES___3II_3II()
589 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp4226 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES___3II_3II()
4297 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
/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/config/
Dhiddenapi-public-dex.txt28138 Landroid/opengl/GLES10Ext;->glQueryMatrixxOES(Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;)I
28139 Landroid/opengl/GLES10Ext;->glQueryMatrixxOES([II[II)I
72194 Ljavax/microedition/khronos/opengles/GL10Ext;->glQueryMatrixxOES(Ljava/nio/IntBuffer;Ljava/nio/IntB…
72195 Ljavax/microedition/khronos/opengles/GL10Ext;->glQueryMatrixxOES([II[II)I
Dboot-image-profile.txt51119 HSPLjavax/microedition/khronos/opengles/GL10Ext;->glQueryMatrixxOES(Ljava/nio/IntBuffer;Ljava/nio/I…
51120 HSPLjavax/microedition/khronos/opengles/GL10Ext;->glQueryMatrixxOES([II[II)I
/frameworks/base/api/
Dcurrent.txt29674 method public static int glQueryMatrixxOES(int[], int, int[], int);
29675 method public static int glQueryMatrixxOES(java.nio.IntBuffer, java.nio.IntBuffer);
71767 method public abstract int glQueryMatrixxOES(int[], int, int[], int);
71768 method public abstract int glQueryMatrixxOES(java.nio.IntBuffer, java.nio.IntBuffer);