Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java441 public static native void glGetTexParameterxvOES( in glGetTexParameterxvOES() method in GLES11Ext
450 public static native void glGetTexParameterxvOES( in glGetTexParameterxvOES() method in GLES11Ext
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt151 glGetTexParameterxvOES;
Dentries_gles1.in157 GL_ENTRY(void, glGetTexParameterxvOES, GLenum target, GLenum pname, GLfixed *params)
Dentries.in465 GL_ENTRY(void, glGetTexParameterxvOES, GLenum target, GLenum pname, GLfixed *params)
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc168 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexParameterxvOES);
448 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetTexParameterxvOES); in init_stub_library()
Dstubs_arm64.cc168 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexParameterxvOES);
448 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetTexParameterxvOES); in init_stub_library()
Dstubs_arm.cc168 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexParameterxvOES);
448 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetTexParameterxvOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec28 void glGetTexParameterxvOES ( GLenum target, GLenum pname, GLfixed *params )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in76 void API_ENTRY(glGetTexParameterxvOES)(GLenum target, GLenum pname, GLfixed *params) {
77 CALL_GL_API(glGetTexParameterxvOES, target, pname, params);
/frameworks/native/opengl/include/GLES/
Dglext.h222 GL_API void GL_APIENTRY glGetTexParameterxvOES (GLenum target, GLenum pname, GLfixed *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp1626 glGetTexParameterxvOES( in android_glGetTexParameterxvOES__II_3II()
1665 glGetTexParameterxvOES( in android_glGetTexParameterxvOES__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.txt19518 method public static void glGetTexParameterxvOES(int, int, int[], int);
19519 method public static void glGetTexParameterxvOES(int, int, java.nio.IntBuffer);
/frameworks/base/core/api/
Dcurrent.txt30449 method public static void glGetTexParameterxvOES(int, int, int[], int);
30450 method public static void glGetTexParameterxvOES(int, int, java.nio.IntBuffer);