Searched refs:glGetFixedvOES (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 375 public static native void glGetFixedvOES( in glGetFixedvOES() method in GLES11Ext 383 public static native void glGetFixedvOES( in glGetFixedvOES() method in GLES11Ext
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 24 void glGetFixedvOES ( GLenum pname, GLfixed *params )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 70 void API_ENTRY(glGetFixedvOES)(GLenum pname, GLfixed *params) { 71 CALL_GL_API(glGetFixedvOES, pname, params);
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 343 #define glGetFixedvOES wrap_glGetFixedvOES macro
|
D | unwrap_gles.h | 343 #undef glGetFixedvOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 677 GL_API void GL_APIENTRY glGetFixedvOES (GLenum pname, GLfixed *params);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 1233 glGetFixedvOES( in android_glGetFixedvOES__I_3II() 1262 glGetFixedvOES( in android_glGetFixedvOES__ILjava_nio_IntBuffer_2()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 324 GL_ENTRY(void, glGetFixedvOES, GLenum pname, GLfixed *params)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19500 method public static void glGetFixedvOES(int, int[], int); 19501 method public static void glGetFixedvOES(int, java.nio.IntBuffer);
|
/frameworks/base/api/ |
D | current.txt | 26010 method public static void glGetFixedvOES(int, int[], int); 26011 method public static void glGetFixedvOES(int, java.nio.IntBuffer);
|
D | system-current.txt | 28450 method public static void glGetFixedvOES(int, int[], int); 28451 method public static void glGetFixedvOES(int, java.nio.IntBuffer);
|
D | test-current.txt | 26079 method public static void glGetFixedvOES(int, int[], int); 26080 method public static void glGetFixedvOES(int, java.nio.IntBuffer);
|