Home
last modified time | relevance | path

Searched refs:glGetFixedv (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11.java277 void glGetFixedv( in glGetFixedv() method
283 void glGetFixedv( in glGetFixedv() method
/frameworks/base/opengl/java/android/opengl/
DGLES11.java330 public static native void glGetFixedv( in glGetFixedv() method in GLES11
338 public static native void glGetFixedv( in glGetFixedv() method in GLES11
DGLErrorWrapper.java1070 public void glGetFixedv(int pname, int[] params, int offset) { in glGetFixedv() method in GLErrorWrapper
1072 mgl11.glGetFixedv(pname, params, offset); in glGetFixedv()
1076 public void glGetFixedv(int pname, IntBuffer params) { in glGetFixedv() method in GLErrorWrapper
1078 mgl11.glGetFixedv(pname, params); in glGetFixedv()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11.spec15 void glGetFixedv ( GLenum pname, GLfixed *params )
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.115 void glGetFixedv ( GLenum pname, GLfixed *params )
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt127 glGetFixedv;
Dentries.in348 GL_ENTRY(void, glGetFixedv, GLenum pname, GLfixed *params)
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1342 public native void glGetFixedv( in glGetFixedv() method in GLImpl
1350 public native void glGetFixedv( in glGetFixedv() method in GLImpl
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in250 void API_ENTRY(glGetFixedv)(GLenum pname, GLfixed *params) {
251 CALL_GL_API(glGetFixedv, pname, params);
/frameworks/native/opengl/include/GLES/
Dgl.h488 GL_API void GL_APIENTRY glGetFixedv (GLenum pname, GLfixed *params);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h340 #define glGetFixedv wrap_glGetFixedv macro
Dgles_undefine.h339 #undef glGetFixedv
/frameworks/base/core/jni/
Dandroid_opengl_GLES11.cpp1260 glGetFixedv( in android_glGetFixedv__I_3II()
1298 glGetFixedv( in android_glGetFixedv__ILjava_nio_IntBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp5105 glGetFixedv( in android_glGetFixedv__I_3II()
5143 glGetFixedv( in android_glGetFixedv__ILjava_nio_IntBuffer_2()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19275 method public static void glGetFixedv(int, int[], int);
19276 method public static void glGetFixedv(int, java.nio.IntBuffer);
52195 method public abstract void glGetFixedv(int, int[], int);
52196 method public abstract void glGetFixedv(int, java.nio.IntBuffer);
/frameworks/base/config/
Dhiddenapi-public-dex.txt28164 Landroid/opengl/GLES11;->glGetFixedv(ILjava/nio/IntBuffer;)V
28165 Landroid/opengl/GLES11;->glGetFixedv(I[II)V
72219 Ljavax/microedition/khronos/opengles/GL11;->glGetFixedv(ILjava/nio/IntBuffer;)V
72220 Ljavax/microedition/khronos/opengles/GL11;->glGetFixedv(I[II)V
Dboot-image-profile.txt51143 HSPLjavax/microedition/khronos/opengles/GL11;->glGetFixedv(ILjava/nio/IntBuffer;)V
51144 HSPLjavax/microedition/khronos/opengles/GL11;->glGetFixedv(I[II)V
/frameworks/base/api/
Dcurrent.txt29702 method public static void glGetFixedv(int, int[], int);
29703 method public static void glGetFixedv(int, java.nio.IntBuffer);
71794 method public abstract void glGetFixedv(int, int[], int);
71795 method public abstract void glGetFixedv(int, java.nio.IntBuffer);