Home
last modified time | relevance | path

Searched refs:glQueryMatrixxOES (Results 1 – 21 of 21) 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/base/opengl/tools/glgen/specs/gles11/
DGLES10Ext.spec1 GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
Dchecks.spec29 glQueryMatrixxOES check mantissa 16 check exponent 16 return -1
/frameworks/base/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/base/core/jni/
Dandroid_opengl_GLES10Ext.cpp157 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES___3II_3II()
199 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp3582 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES___3II_3II()
3624 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1151 public native int glQueryMatrixxOES( in glQueryMatrixxOES() method in GLImpl
1160 public native int glQueryMatrixxOES( in glQueryMatrixxOES() method in GLImpl
/frameworks/base/opengl/libs/GLES_CM/
Dglext_api.in223 GLbitfield API_ENTRY(glQueryMatrixxOES)(GLfixed mantissa[16], GLint exponent[16]) {
224 CALL_GL_API_RETURN(glQueryMatrixxOES, mantissa, exponent);
/frameworks/base/opengl/include/GLES/
Dglext.h689 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
/frameworks/base/opengl/libagl/
Dmatrix.cpp1120 GLbitfield glQueryMatrixxOES(GLfixed* m, GLint* e) in glQueryMatrixxOES() function
Degl.cpp825 (__eglMustCastToProperFunctionPointerType)&glQueryMatrixxOES },
/frameworks/base/opengl/libs/
Dglesv2dbg_functions.h286 GL_ENTRY(GLbitfield, glQueryMatrixxOES, GLfixed mantissa[16], GLint exponent[16])
Dentries.in284 GL_ENTRY(GLbitfield, glQueryMatrixxOES, GLfixed mantissa[16], GLint exponent[16])
Ddebug.in193 TRACE_GL(GLbitfield, glQueryMatrixxOES, (GLfixed mantissa[16], GLint exponent[16]), (mantissa, expo…
Dtrace.in284 TRACE_GL(GLbitfield, glQueryMatrixxOES, (GLfixed mantissa[16], GLint exponent[16]), (mantissa, expo…
/frameworks/base/api/
Dcurrent.txt13218 method public static int glQueryMatrixxOES(int[], int, int[], int);
13219 method public static int glQueryMatrixxOES(java.nio.IntBuffer, java.nio.IntBuffer);
39967 method public abstract int glQueryMatrixxOES(int[], int, int[], int);
39968 method public abstract int glQueryMatrixxOES(java.nio.IntBuffer, java.nio.IntBuffer);
D14.txt13218 method public static int glQueryMatrixxOES(int[], int, int[], int);
13219 method public static int glQueryMatrixxOES(java.nio.IntBuffer, java.nio.IntBuffer);
39967 method public abstract int glQueryMatrixxOES(int[], int, int[], int);
39968 method public abstract int glQueryMatrixxOES(java.nio.IntBuffer, java.nio.IntBuffer);