Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt201 glNormal3xOES;
Dentries_gles1.in211 GL_ENTRY(void, glNormal3xOES, GLfixed nx, GLfixed ny, GLfixed nz)
Dentries.in619 GL_ENTRY(void, glNormal3xOES, GLfixed nx, GLfixed ny, GLfixed nz)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc218 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glNormal3xOES);
498 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glNormal3xOES); in init_stub_library()
Dstubs_arm.cc218 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glNormal3xOES);
498 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glNormal3xOES); in init_stub_library()
/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/
Dgles_redefine.h574 #define glNormal3xOES wrap_glNormal3xOES macro
Dgles_undefine.h573 #undef glNormal3xOES
/frameworks/native/opengl/include/GLES/
Dglext.h233 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp2135 glNormal3xOES( in android_glNormal3xOES__III()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19539 method public static void glNormal3xOES(int, int, int);
/frameworks/base/non-updatable-api/
Dcurrent.txt32216 method public static void glNormal3xOES(int, int, int);
/frameworks/base/api/
Dcurrent.txt32360 method public static void glNormal3xOES(int, int, int);