Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec39 void glNormal3xOES ( GLfixed nx, GLfixed ny, GLfixed nz )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java572 public static native void glNormal3xOES( in glNormal3xOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in109 void API_ENTRY(glNormal3xOES)(GLfixed nx, GLfixed ny, GLfixed nz) {
110 CALL_GL_API(glNormal3xOES, nx, ny, nz);
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h576 #define glNormal3xOES wrap_glNormal3xOES macro
Dunwrap_gles.h576 #undef glNormal3xOES
/frameworks/native/opengl/include/GLES/
Dglext.h692 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp1931 glNormal3xOES( in android_glNormal3xOES__III()
/frameworks/native/opengl/libs/
Dentries.in557 GL_ENTRY(void, glNormal3xOES, GLfixed nx, GLfixed ny, GLfixed nz)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19539 method public static void glNormal3xOES(int, int, int);
/frameworks/base/api/
Dcurrent.txt26049 method public static void glNormal3xOES(int, int, int);
Dsystem-current.txt28489 method public static void glNormal3xOES(int, int, int);
Dtest-current.txt26118 method public static void glNormal3xOES(int, int, int);