Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java424 public static native void glGetTexEnvxvOES( in glGetTexEnvxvOES() method in GLES11Ext
433 public static native void glGetTexEnvxvOES( in glGetTexEnvxvOES() method in GLES11Ext
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt144 glGetTexEnvxvOES;
Dentries_gles1.in150 GL_ENTRY(void, glGetTexEnvxvOES, GLenum target, GLenum pname, GLfixed *params)
Dentries.in450 GL_ENTRY(void, glGetTexEnvxvOES, GLenum target, GLenum pname, GLfixed *params)
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc161 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexEnvxvOES);
441 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetTexEnvxvOES); in init_stub_library()
Dstubs_arm64.cc161 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexEnvxvOES);
441 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetTexEnvxvOES); in init_stub_library()
Dstubs_arm.cc161 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexEnvxvOES);
441 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetTexEnvxvOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec27 void glGetTexEnvxvOES ( GLenum env, GLenum pname, GLfixed *params )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in73 void API_ENTRY(glGetTexEnvxvOES)(GLenum target, GLenum pname, GLfixed *params) {
74 CALL_GL_API(glGetTexEnvxvOES, target, pname, params);
/frameworks/native/opengl/include/GLES/
Dglext.h221 GL_API void GL_APIENTRY glGetTexEnvxvOES (GLenum target, GLenum pname, GLfixed *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp1544 glGetTexEnvxvOES( in android_glGetTexEnvxvOES__II_3II()
1583 glGetTexEnvxvOES( in android_glGetTexEnvxvOES__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.txt19510 method public static void glGetTexEnvxvOES(int, int, int[], int);
19511 method public static void glGetTexEnvxvOES(int, int, java.nio.IntBuffer);
/frameworks/base/core/api/
Dcurrent.txt30441 method public static void glGetTexEnvxvOES(int, int, int[], int);
30442 method public static void glGetTexEnvxvOES(int, int, java.nio.IntBuffer);