Home
last modified time | relevance | path

Searched refs:glGetFixedvOES (Results 1 – 15 of 15) 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_gles1.in131 GL_ENTRY(void, glGetFixedvOES, GLenum pname, GLfixed *params)
Dentries.in349 GL_ENTRY(void, glGetFixedvOES, GLenum pname, GLfixed *params)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc145 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFixedvOES);
425 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetFixedvOES); in init_stub_library()
Dstubs_arm.cc145 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFixedvOES);
425 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetFixedvOES); in init_stub_library()
/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.cpp1297 glGetFixedvOES( in android_glGetFixedvOES__I_3II()
1335 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/non-updatable-api/
Dcurrent.txt32177 method public static void glGetFixedvOES(int, int[], int);
32178 method public static void glGetFixedvOES(int, java.nio.IntBuffer);
/frameworks/base/api/
Dcurrent.txt32321 method public static void glGetFixedvOES(int, int[], int);
32322 method public static void glGetFixedvOES(int, java.nio.IntBuffer);