/frameworks/base/opengl/tools/glgen/specs/gles11/ |
GLES10Ext.spec | 1 GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
|
checks.spec | 29 glQueryMatrixxOES check mantissa 16 check exponent 16 return -1
|
/frameworks/base/opengl/java/android/opengl/ |
GLES10Ext.java | 28 // C function GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) 30 public static native int glQueryMatrixxOES( 37 // C function GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) 39 public static native int glQueryMatrixxOES(
|
GLErrorWrapper.java | 946 public int glQueryMatrixxOES(int[] mantissa, int mantissaOffset, 949 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, mantissaOffset, 955 public int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent) { 957 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, exponent); [all...] |
GLLogWrapper.java | [all...] |
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL10Ext.java | 24 int glQueryMatrixxOES( 31 int glQueryMatrixxOES(
|
/frameworks/base/core/jni/ |
android_opengl_GLES10Ext.cpp | 104 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */ 157 _returnValue = glQueryMatrixxOES( 174 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */ 199 _returnValue = glQueryMatrixxOES( 218 {"glQueryMatrixxOES", "([II[II)I", (void *) android_glQueryMatrixxOES___3II_3II }, 219 {"glQueryMatrixxOES", "(Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;)I", (void *) android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 },
|
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
gles_ftable.h | 239 {"glQueryMatrixxOES", (void *)glQueryMatrixxOES},
|
gles_dispatch.h | 242 glQueryMatrixxOES_t glQueryMatrixxOES; [all...] |
gles.cpp | 1151 GLbitfield glQueryMatrixxOES(GLfixed mantissa[16], GLint exponent[16]) 1153 return getDispatch()->glQueryMatrixxOES(mantissa, exponent); [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixTrackingGL.java | 741 public int glQueryMatrixxOES(int[] mantissa, int mantissaOffset, 743 return mgl10Ext.glQueryMatrixxOES(mantissa, mantissaOffset, 747 public int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent) { 748 return mgl10Ext.glQueryMatrixxOES(mantissa, exponent);
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/ |
GLStub.java | 740 public int glQueryMatrixxOES( 747 public int glQueryMatrixxOES(
|
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 242 glQueryMatrixxOES_t glQueryMatrixxOES;
|
GLDispatch.cpp | 265 s_gl.glQueryMatrixxOES = (glQueryMatrixxOES_t) s_gles_lib->findSymbol("glQueryMatrixxOES");
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
GLImpl.java | 1149 // C function GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) 1151 public native int glQueryMatrixxOES( 1158 // C function GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) 1160 public native int glQueryMatrixxOES( [all...] |
/development/ndk/platforms/android-4/include/GLES/ |
glext.h | 495 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 495 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/ |
glext.h | 495 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/ |
glext.h | 495 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/ |
glext.h | 495 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/ |
glext.h | 495 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
|
/prebuilt/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 495 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 495 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-x86/usr/include/GLES/ |
glext.h | 495 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
|
/development/tools/emulator/opengl/host/libs/Translator/include/GLES/ |
glext.h | [all...] |