Searched refs:glTexParameterxvOES (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 683 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/ |
D | libGLESv1_CM.map.txt | 270 glTexParameterxvOES;
|
D | entries_gles1.in | 283 GL_ENTRY(void, glTexParameterxvOES, GLenum target, GLenum pname, const GLfixed *params)
|
D | entries.in | 883 GL_ENTRY(void, glTexParameterxvOES, GLenum target, GLenum pname, const GLfixed *params)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 287 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexParameterxvOES); 567 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexParameterxvOES); in init_stub_library()
|
D | stubs_arm.cc | 287 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/ |
D | GLES11Ext.spec | 51 void glTexParameterxvOES ( GLenum target, GLenum pname, const GLfixed *params )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 139 void API_ENTRY(glTexParameterxvOES)(GLenum target, GLenum pname, const GLfixed *params) { 140 CALL_GL_API(glTexParameterxvOES, target, pname, params);
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 243 GL_API void GL_APIENTRY glTexParameterxvOES (GLenum target, GLenum pname, const GLfixed *params);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 2432 glTexParameterxvOES( in android_glTexParameterxvOES__II_3II() 2471 glTexParameterxvOES( in android_glTexParameterxvOES__IILjava_nio_IntBuffer_2()
|
/frameworks/base/core/api/ |
D | current.txt | 28556 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/ |
D | android-22.txt | 19564 method public static void glTexParameterxvOES(int, int, int[], int); 19565 method public static void glTexParameterxvOES(int, int, java.nio.IntBuffer);
|