Home
last modified time | relevance | path

Searched refs:glTexEnvxvOES (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java658 public static native void glTexEnvxvOES( in glTexEnvxvOES() method in GLES11Ext
667 public static native void glTexEnvxvOES( in glTexEnvxvOES() method in GLES11Ext
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt255 glTexEnvxvOES;
Dentries_gles1.in268 GL_ENTRY(void, glTexEnvxvOES, GLenum target, GLenum pname, const GLfixed *params)
Dentries.in859 GL_ENTRY(void, glTexEnvxvOES, GLenum target, GLenum pname, const GLfixed *params)
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc272 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexEnvxvOES);
552 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexEnvxvOES); in init_stub_library()
Dstubs_arm64.cc272 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexEnvxvOES);
552 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexEnvxvOES); in init_stub_library()
Dstubs_arm.cc272 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexEnvxvOES);
552 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexEnvxvOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec49 void glTexEnvxvOES ( GLenum target, GLenum pname, const GLfixed *params )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in133 void API_ENTRY(glTexEnvxvOES)(GLenum target, GLenum pname, const GLfixed *params) {
134 CALL_GL_API(glTexEnvxvOES, target, pname, params);
/frameworks/native/opengl/include/GLES/
Dglext.h241 GL_API void GL_APIENTRY glTexEnvxvOES (GLenum target, GLenum pname, const GLfixed *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp2340 glTexEnvxvOES( in android_glTexEnvxvOES__II_3II()
2379 glTexEnvxvOES( in android_glTexEnvxvOES__IILjava_nio_IntBuffer_2()
/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.txt19552 method public static void glTexEnvxvOES(int, int, int[], int);
19553 method public static void glTexEnvxvOES(int, int, java.nio.IntBuffer);
/frameworks/base/core/api/
Dcurrent.txt30483 method public static void glTexEnvxvOES(int, int, int[], int);
30484 method public static void glTexEnvxvOES(int, int, java.nio.IntBuffer);