Home
last modified time | relevance | path

Searched refs:glGetTexParameterxvOES (Results 1 – 15 of 15) 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/libGLESv1_CM/
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/base/libs/hwui/debug/
Dgles_redefine.h453 #define glGetTexParameterxvOES wrap_glGetTexParameterxvOES macro
Dgles_undefine.h452 #undef glGetTexParameterxvOES
/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.cpp1623 glGetTexParameterxvOES( in android_glGetTexParameterxvOES__II_3II()
1662 glGetTexParameterxvOES( in android_glGetTexParameterxvOES__IILjava_nio_IntBuffer_2()
/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/non-updatable-api/
Dcurrent.txt32195 method public static void glGetTexParameterxvOES(int, int, int[], int);
32196 method public static void glGetTexParameterxvOES(int, int, java.nio.IntBuffer);
/frameworks/base/api/
Dcurrent.txt32339 method public static void glGetTexParameterxvOES(int, int, int[], int);
32340 method public static void glGetTexParameterxvOES(int, int, java.nio.IntBuffer);