/frameworks/base/opengl/java/android/opengl/ |
D | GLES10Ext.java | 30 public static native int glQueryMatrixxOES( in glQueryMatrixxOES() method in GLES10Ext 39 public static native int glQueryMatrixxOES( in glQueryMatrixxOES() method in GLES10Ext
|
D | GLErrorWrapper.java | 946 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/ |
D | GL10Ext.java | 24 int glQueryMatrixxOES( in glQueryMatrixxOES() method 31 int glQueryMatrixxOES( in glQueryMatrixxOES() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0ext | 1 GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
|
D | glspec-checks | 27 glQueryMatrixxOES check mantissa 16 check exponent 16 return -1
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10Ext.spec | 1 GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
|
D | checks.spec | 93 glQueryMatrixxOES check mantissa 16 check exponent 16 return -1
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 225 glQueryMatrixxOES;
|
D | entries.in | 771 GL_ENTRY(GLbitfield, glQueryMatrixxOES, GLfixed *mantissa, GLint *exponent)
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10Ext.cpp | 518 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES___3II_3II() 589 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4226 _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/ |
D | GLImpl.java | 1152 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/ |
D | glext_api.in | 235 GLbitfield API_ENTRY(glQueryMatrixxOES)(GLfixed *mantissa, GLint *exponent) { 236 CALL_GL_API_RETURN(glQueryMatrixxOES, mantissa, exponent);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 707 #define glQueryMatrixxOES wrap_glQueryMatrixxOES macro
|
D | gles_undefine.h | 706 #undef glQueryMatrixxOES
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 1109 GLbitfield glQueryMatrixxOES(GLfixed* m, GLint* e) in glQueryMatrixxOES() function
|
D | egl.cpp | 880 (__eglMustCastToProperFunctionPointerType)&glQueryMatrixxOES },
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 388 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed *mantissa, GLint *exponent);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19247 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/ |
D | hiddenapi-public-dex.txt | 28138 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
|
D | boot-image-profile.txt | 51119 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/ |
D | current.txt | 29674 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);
|