Home
last modified time | relevance | path

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

/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java390 public static native void glGetLightxvOES( in glGetLightxvOES() method in GLES11Ext
399 public static native void glGetLightxvOES( in glGetLightxvOES() method in GLES11Ext
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/
H A Dstubs_arm64.cc151 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetLightxvOES);
431 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetLightxvOES); in init_stub_library()
H A Dstubs_arm.cc151 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetLightxvOES);
431 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetLightxvOES); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv1_CM.map.txt134 glGetLightxvOES;
H A Dentries_gles1.in139 GL_ENTRY(void, glGetLightxvOES, GLenum light, GLenum pname, GLfixed *params)
H A Dentries.in373 GL_ENTRY(void, glGetLightxvOES, GLenum light, GLenum pname, GLfixed *params)
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec25 void glGetLightxvOES ( GLenum light, GLenum pname, GLfixed *params )
/aosp12/frameworks/native/opengl/libs/GLES_CM/
H A Dglext_api.in145 void API_ENTRY(glGetLightxvOES)(GLenum light, GLenum pname, GLfixed *params) {
146 CALL_GL_API(glGetLightxvOES, light, pname, params);
/aosp12/frameworks/native/opengl/include/GLES/
H A Dglext.h245 GL_API void GL_APIENTRY glGetLightxvOES (GLenum light, GLenum pname, GLfixed *params);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1379 glGetLightxvOES( in android_glGetLightxvOES__II_3II()
1418 glGetLightxvOES( in android_glGetLightxvOES__IILjava_nio_IntBuffer_2()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt28556 method public static void glGetLightxvOES(int, int, int[], int);
28557 method public static void glGetLightxvOES(int, int, java.nio.IntBuffer);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt19504 method public static void glGetLightxvOES(int, int, int[], int);
19505 method public static void glGetLightxvOES(int, int, java.nio.IntBuffer);