Searched refs:glGetLightxvOES (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 390 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/ |
D | libGLESv1_CM.map.txt | 134 glGetLightxvOES;
|
D | entries_gles1.in | 139 GL_ENTRY(void, glGetLightxvOES, GLenum light, GLenum pname, GLfixed *params)
|
D | entries.in | 373 GL_ENTRY(void, glGetLightxvOES, GLenum light, GLenum pname, GLfixed *params)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 151 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetLightxvOES); 431 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetLightxvOES); in init_stub_library()
|
D | stubs_arm.cc | 151 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/ |
D | GLES11Ext.spec | 25 void glGetLightxvOES ( GLenum light, GLenum pname, GLfixed *params )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 145 void API_ENTRY(glGetLightxvOES)(GLenum light, GLenum pname, GLfixed *params) { 146 CALL_GL_API(glGetLightxvOES, light, pname, params);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 363 #define glGetLightxvOES wrap_glGetLightxvOES macro
|
D | gles_undefine.h | 362 #undef glGetLightxvOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 245 GL_API void GL_APIENTRY glGetLightxvOES (GLenum light, GLenum pname, GLfixed *params);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 1377 glGetLightxvOES( in android_glGetLightxvOES__II_3II() 1416 glGetLightxvOES( in android_glGetLightxvOES__IILjava_nio_IntBuffer_2()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19504 method public static void glGetLightxvOES(int, int, int[], int); 19505 method public static void glGetLightxvOES(int, int, java.nio.IntBuffer);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 32181 method public static void glGetLightxvOES(int, int, int[], int); 32182 method public static void glGetLightxvOES(int, int, java.nio.IntBuffer);
|
/frameworks/base/api/ |
D | current.txt | 32325 method public static void glGetLightxvOES(int, int, int[], int); 32326 method public static void glGetLightxvOES(int, int, java.nio.IntBuffer);
|