Searched refs:glGetFixedvOES (Results 1 – 15 of 15) 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/libs/ |
D | libGLESv1_CM.map.txt | 128 glGetFixedvOES;
|
D | entries_gles1.in | 131 GL_ENTRY(void, glGetFixedvOES, GLenum pname, GLfixed *params)
|
D | entries.in | 349 GL_ENTRY(void, glGetFixedvOES, GLenum pname, GLfixed *params)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 145 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFixedvOES); 425 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetFixedvOES); in init_stub_library()
|
D | stubs_arm.cc | 145 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/ |
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 | gles_redefine.h | 341 #define glGetFixedvOES wrap_glGetFixedvOES macro
|
D | gles_undefine.h | 340 #undef glGetFixedvOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 220 GL_API void GL_APIENTRY glGetFixedvOES (GLenum pname, GLfixed *params);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 1297 glGetFixedvOES( in android_glGetFixedvOES__I_3II() 1335 glGetFixedvOES( in android_glGetFixedvOES__ILjava_nio_IntBuffer_2()
|
/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/non-updatable-api/ |
D | current.txt | 32177 method public static void glGetFixedvOES(int, int[], int); 32178 method public static void glGetFixedvOES(int, java.nio.IntBuffer);
|
/frameworks/base/api/ |
D | current.txt | 32321 method public static void glGetFixedvOES(int, int[], int); 32322 method public static void glGetFixedvOES(int, java.nio.IntBuffer);
|