Home
last modified time | relevance | path

Searched refs:glGetFixedvOES (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java375 public static native void glGetFixedvOES( in glGetFixedvOES() method in GLES11Ext
383 public static native void glGetFixedvOES( in glGetFixedvOES() method in GLES11Ext
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt128 glGetFixedvOES;
Dentries.in349 GL_ENTRY(void, glGetFixedvOES, GLenum pname, GLfixed *params)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec24 void glGetFixedvOES ( GLenum pname, GLfixed *params )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in70 void API_ENTRY(glGetFixedvOES)(GLenum pname, GLfixed *params) {
71 CALL_GL_API(glGetFixedvOES, pname, params);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h341 #define glGetFixedvOES wrap_glGetFixedvOES macro
Dgles_undefine.h340 #undef glGetFixedvOES
/frameworks/native/opengl/include/GLES/
Dglext.h220 GL_API void GL_APIENTRY glGetFixedvOES (GLenum pname, GLfixed *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp1331 glGetFixedvOES( in android_glGetFixedvOES__I_3II()
1369 glGetFixedvOES( in android_glGetFixedvOES__ILjava_nio_IntBuffer_2()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19500 method public static void glGetFixedvOES(int, int[], int);
19501 method public static void glGetFixedvOES(int, java.nio.IntBuffer);
/frameworks/base/config/
Dhiddenapi-public-dex.txt28387 Landroid/opengl/GLES11Ext;->glGetFixedvOES(ILjava/nio/IntBuffer;)V
28388 Landroid/opengl/GLES11Ext;->glGetFixedvOES(I[II)V
/frameworks/base/api/
Dcurrent.txt29927 method public static void glGetFixedvOES(int, int[], int);
29928 method public static void glGetFixedvOES(int, java.nio.IntBuffer);