Home
last modified time | relevance | path

Searched refs:glGetLightxvOES (Results 1 – 12 of 12) 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.in373 GL_ENTRY(void, glGetLightxvOES, GLenum light, GLenum pname, GLfixed *params)
/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/base/libs/hwui/debug/
Dgles_redefine.h363 #define glGetLightxvOES wrap_glGetLightxvOES macro
Dgles_undefine.h362 #undef glGetLightxvOES
/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.cpp1411 glGetLightxvOES( in android_glGetLightxvOES__II_3II()
1450 glGetLightxvOES( in android_glGetLightxvOES__IILjava_nio_IntBuffer_2()
/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/config/
Dhiddenapi-public-dex.txt28391 Landroid/opengl/GLES11Ext;->glGetLightxvOES(IILjava/nio/IntBuffer;)V
28392 Landroid/opengl/GLES11Ext;->glGetLightxvOES(II[II)V
/frameworks/base/api/
Dcurrent.txt29931 method public static void glGetLightxvOES(int, int, int[], int);
29932 method public static void glGetLightxvOES(int, int, java.nio.IntBuffer);