Home
last modified time | relevance | path

Searched refs:glTexParameterxvOES (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java683 public static native void glTexParameterxvOES( in glTexParameterxvOES() method in GLES11Ext
692 public static native void glTexParameterxvOES( in glTexParameterxvOES() method in GLES11Ext
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt270 glTexParameterxvOES;
Dentries_gles1.in283 GL_ENTRY(void, glTexParameterxvOES, GLenum target, GLenum pname, const GLfixed *params)
Dentries.in883 GL_ENTRY(void, glTexParameterxvOES, GLenum target, GLenum pname, const GLfixed *params)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc287 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexParameterxvOES);
567 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexParameterxvOES); in init_stub_library()
Dstubs_arm.cc287 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexParameterxvOES);
567 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexParameterxvOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec51 void glTexParameterxvOES ( GLenum target, GLenum pname, const GLfixed *params )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in139 void API_ENTRY(glTexParameterxvOES)(GLenum target, GLenum pname, const GLfixed *params) {
140 CALL_GL_API(glTexParameterxvOES, target, pname, params);
/frameworks/native/opengl/include/GLES/
Dglext.h243 GL_API void GL_APIENTRY glTexParameterxvOES (GLenum target, GLenum pname, const GLfixed *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp2432 glTexParameterxvOES( in android_glTexParameterxvOES__II_3II()
2471 glTexParameterxvOES( in android_glTexParameterxvOES__IILjava_nio_IntBuffer_2()
/frameworks/base/core/api/
Dcurrent.txt28556 method public static void glTexParameterxvOES(int, int, int[], int);
28557 method public static void glTexParameterxvOES(int, int, java.nio.IntBuffer);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19564 method public static void glTexParameterxvOES(int, int, int[], int);
19565 method public static void glTexParameterxvOES(int, int, java.nio.IntBuffer);