Home
last modified time | relevance | path

Searched refs:glGetFixedvOES (Results 1 – 14 of 14) 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/android_api/libGLESv1_CM/
Dstubs_riscv64.cc145 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFixedvOES);
425 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetFixedvOES); in init_stub_library()
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/native/opengl/include/GLES/
Dglext.h220 GL_API void GL_APIENTRY glGetFixedvOES (GLenum pname, GLfixed *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp1300 glGetFixedvOES( in android_glGetFixedvOES__I_3II()
1338 glGetFixedvOES( in android_glGetFixedvOES__ILjava_nio_IntBuffer_2()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/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/core/api/
Dcurrent.txt30431 method public static void glGetFixedvOES(int, int[], int);
30432 method public static void glGetFixedvOES(int, java.nio.IntBuffer);