Home
last modified time | relevance | path

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

/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES10Ext.java30 public static native int glQueryMatrixxOES( in glQueryMatrixxOES() method in GLES10Ext
39 public static native int glQueryMatrixxOES( in glQueryMatrixxOES() method in GLES10Ext
H A 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()
H A 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()
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10Ext.java24 int glQueryMatrixxOES( in glQueryMatrixxOES() method
31 int glQueryMatrixxOES( in glQueryMatrixxOES() method
/aosp12/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
/aosp12/frameworks/native/opengl/tools/glgen/specs/jsr239/
H A Dglspec-1.0ext1 GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
H A Dglspec-checks27 glQueryMatrixxOES check mantissa 16 check exponent 16 return -1
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10Ext.cpp484 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES___3II_3II()
556 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
H A Dcom_google_android_gles_jni_GLImpl.cpp4168 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES___3II_3II()
4240 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/
H A Dstubs_arm64.cc242 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glQueryMatrixxOES);
522 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glQueryMatrixxOES); in init_stub_library()
H A Dstubs_arm.cc242 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glQueryMatrixxOES);
522 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glQueryMatrixxOES); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv1_CM.map.txt225 glQueryMatrixxOES;
H A Dentries_gles1.in235 GL_ENTRY(GLbitfield, glQueryMatrixxOES, GLfixed *mantissa, GLint *exponent)
H A Dentries.in771 GL_ENTRY(GLbitfield, glQueryMatrixxOES, GLfixed *mantissa, GLint *exponent)
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1155 public native int glQueryMatrixxOES( in glQueryMatrixxOES() method in GLImpl
1164 public native int glQueryMatrixxOES( in glQueryMatrixxOES() method in GLImpl
/aosp12/frameworks/native/opengl/libs/GLES_CM/
H A Dglext_api.in235 GLbitfield API_ENTRY(glQueryMatrixxOES)(GLfixed *mantissa, GLint *exponent) {
236 CALL_GL_API_RETURN(glQueryMatrixxOES, mantissa, exponent);
/aosp12/frameworks/native/opengl/include/GLES/
H A Dglext.h388 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed *mantissa, GLint *exponent);
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt28299 method public static int glQueryMatrixxOES(int[], int, int[], int);
28300 method public static int glQueryMatrixxOES(java.nio.IntBuffer, java.nio.IntBuffer);
57421 method public int glQueryMatrixxOES(int[], int, int[], int);
57422 method public int glQueryMatrixxOES(java.nio.IntBuffer, java.nio.IntBuffer);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A 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);