Home
last modified time | relevance | path

Searched refs:glLightxvOES (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java488 public static native void glLightxvOES( in glLightxvOES() method in GLES11Ext
497 public static native void glLightxvOES( in glLightxvOES() method in GLES11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec32 void glLightxvOES ( GLenum light, GLenum pname, const GLfixed *params )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in88 void API_ENTRY(glLightxvOES)(GLenum light, GLenum pname, const GLfixed *params) {
89 CALL_GL_API(glLightxvOES, light, pname, params);
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h525 #define glLightxvOES wrap_glLightxvOES macro
Dunwrap_gles.h525 #undef glLightxvOES
/frameworks/native/opengl/include/GLES/
Dglext.h685 GL_API void GL_APIENTRY glLightxvOES (GLenum light, GLenum pname, const GLfixed *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp1658 glLightxvOES( in android_glLightxvOES__II_3II()
1688 glLightxvOES( in android_glLightxvOES__IILjava_nio_IntBuffer_2()
/frameworks/native/opengl/libs/
Dentries.in506 GL_ENTRY(void, glLightxvOES, GLenum light, GLenum pname, const GLfixed *params)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19526 method public static void glLightxvOES(int, int, int[], int);
19527 method public static void glLightxvOES(int, int, java.nio.IntBuffer);
/frameworks/base/api/
Dcurrent.txt26036 method public static void glLightxvOES(int, int, int[], int);
26037 method public static void glLightxvOES(int, int, java.nio.IntBuffer);
Dsystem-current.txt28476 method public static void glLightxvOES(int, int, int[], int);
28477 method public static void glLightxvOES(int, int, java.nio.IntBuffer);
Dtest-current.txt26105 method public static void glLightxvOES(int, int, int[], int);
26106 method public static void glLightxvOES(int, int, java.nio.IntBuffer);