Home
last modified time | relevance | path

Searched refs:glNormal3xOES (Results 1 – 14 of 14) 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/android_api/libGLESv1_CM/
Dstubs_riscv64.cc218 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glNormal3xOES);
498 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glNormal3xOES); in init_stub_library()
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/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.cpp2138 glNormal3xOES( in android_glNormal3xOES__III()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19539 method public static void glNormal3xOES(int, int, int);
/frameworks/base/core/api/
Dcurrent.txt30470 method public static void glNormal3xOES(int, int, int);