Home
last modified time | relevance | path

Searched refs:glGetLightxvOES (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java390 public static native void glGetLightxvOES( in glGetLightxvOES() method in GLES11Ext
399 public static native void glGetLightxvOES( in glGetLightxvOES() method in GLES11Ext
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt134 glGetLightxvOES;
Dentries_gles1.in139 GL_ENTRY(void, glGetLightxvOES, GLenum light, GLenum pname, GLfixed *params)
Dentries.in373 GL_ENTRY(void, glGetLightxvOES, GLenum light, GLenum pname, GLfixed *params)
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc151 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetLightxvOES);
431 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetLightxvOES); in init_stub_library()
Dstubs_arm64.cc151 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetLightxvOES);
431 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetLightxvOES); in init_stub_library()
Dstubs_arm.cc151 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetLightxvOES);
431 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetLightxvOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec25 void glGetLightxvOES ( GLenum light, GLenum pname, GLfixed *params )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in145 void API_ENTRY(glGetLightxvOES)(GLenum light, GLenum pname, GLfixed *params) {
146 CALL_GL_API(glGetLightxvOES, light, pname, params);
/frameworks/native/opengl/include/GLES/
Dglext.h245 GL_API void GL_APIENTRY glGetLightxvOES (GLenum light, GLenum pname, GLfixed *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp1380 glGetLightxvOES( in android_glGetLightxvOES__II_3II()
1419 glGetLightxvOES( in android_glGetLightxvOES__IILjava_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.txt19504 method public static void glGetLightxvOES(int, int, int[], int);
19505 method public static void glGetLightxvOES(int, int, java.nio.IntBuffer);
/frameworks/base/core/api/
Dcurrent.txt30435 method public static void glGetLightxvOES(int, int, int[], int);
30436 method public static void glGetLightxvOES(int, int, java.nio.IntBuffer);