/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()
|
D | GLLogWrapper.java | 2744 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/ |
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 | 80 glQueryMatrixxOES check mantissa 16 check exponent 16 return -1
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10Ext.cpp | 388 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES___3II_3II() 447 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4003 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES___3II_3II() 4062 _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_trace/ |
D | gltrace.proto | 309 glQueryMatrixxOES = 283; enumerator
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 223 GLbitfield API_ENTRY(glQueryMatrixxOES)(GLfixed mantissa[16], GLint exponent[16]) { 224 CALL_GL_API_RETURN(glQueryMatrixxOES, mantissa, exponent);
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 1120 GLbitfield glQueryMatrixxOES(GLfixed* m, GLint* e) in glQueryMatrixxOES() function
|
D | egl.cpp | 841 (__eglMustCastToProperFunctionPointerType)&glQueryMatrixxOES },
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 778 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 924 const GLMessage_Function GLMessage::glQueryMatrixxOES; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 1272 static const Function glQueryMatrixxOES = GLMessage_Function_glQueryMatrixxOES; variable
|
D | gltrace_api.cpp | 21756 glmsg.set_function(GLMessage::glQueryMatrixxOES); in GLTrace_glQueryMatrixxOES() 21773 GLbitfield retValue = glContext->hooks->gl.glQueryMatrixxOES(mantissa, exponent); in GLTrace_glQueryMatrixxOES()
|
/frameworks/native/opengl/libs/ |
D | debug.in | 193 TRACE_GL(GLbitfield, glQueryMatrixxOES, (GLfixed mantissa[16], GLint exponent[16]), (mantissa, expo…
|
D | entries.in | 400 GL_ENTRY(GLbitfield, glQueryMatrixxOES, GLfixed mantissa[16], GLint exponent[16])
|
D | trace.in | 400 TRACE_GL(GLbitfield, glQueryMatrixxOES, (GLfixed mantissa[16], GLint exponent[16]), (mantissa, expo…
|
/frameworks/base/api/ |
D | current.txt | 15809 method public static int glQueryMatrixxOES(int[], int, int[], int); 15810 method public static int glQueryMatrixxOES(java.nio.IntBuffer, java.nio.IntBuffer); 45369 method public abstract int glQueryMatrixxOES(int[], int, int[], int); 45370 method public abstract int glQueryMatrixxOES(java.nio.IntBuffer, java.nio.IntBuffer);
|