Home
last modified time | relevance | path

Searched refs:glTexGenxvOES (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java1064 public static native void glTexGenxvOES( in glTexGenxvOES() method in GLES11Ext
1073 public static native void glTexGenxvOES( in glTexGenxvOES() method in GLES11Ext
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt261 glTexGenxvOES;
Dentries_gles1.in274 GL_ENTRY(void, glTexGenxvOES, GLenum coord, GLenum pname, const GLfixed *params)
Dentries.in865 GL_ENTRY(void, glTexGenxvOES, GLenum coord, GLenum pname, const GLfixed *params)
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp45 #define glTexGenxv glTexGenxvOES
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc278 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexGenxvOES);
558 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexGenxvOES); in init_stub_library()
Dstubs_arm64.cc278 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexGenxvOES);
558 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexGenxvOES); in init_stub_library()
Dstubs_arm.cc278 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexGenxvOES);
558 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexGenxvOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec87 void glTexGenxvOES ( GLenum coord, GLenum pname, const GLfixed *params )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in163 void API_ENTRY(glTexGenxvOES)(GLenum coord, GLenum pname, const GLfixed *params) {
164 CALL_GL_API(glTexGenxvOES, coord, pname, params);
/frameworks/native/opengl/include/GLES/
Dglext.h251 GL_API void GL_APIENTRY glTexGenxvOES (GLenum coord, GLenum pname, const GLfixed *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp3675 glTexGenxvOES( in android_glTexGenxvOES__II_3II()
3714 glTexGenxvOES( in android_glTexGenxvOES__IILjava_nio_IntBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp46 #define glTexGenxv glTexGenxvOES
/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.txt19561 method public static void glTexGenxvOES(int, int, int[], int);
19562 method public static void glTexGenxvOES(int, int, java.nio.IntBuffer);
/frameworks/base/core/api/
Dcurrent.txt30492 method public static void glTexGenxvOES(int, int, int[], int);
30493 method public static void glTexGenxvOES(int, int, java.nio.IntBuffer);