Home
last modified time | relevance | path

Searched refs:glDrawTexxvOES (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11Ext.java105 void glDrawTexxvOES( in glDrawTexxvOES() method
110 void glDrawTexxvOES( in glDrawTexxvOES() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.1ext9 void glDrawTexxvOES ( const GLfixed *coords )
Dglspec-checks31 glDrawTexxvOES check coords 5
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java224 public static native void glDrawTexxvOES( in glDrawTexxvOES() method in GLES11Ext
231 public static native void glDrawTexxvOES( in glDrawTexxvOES() method in GLES11Ext
DGLErrorWrapper.java934 public void glDrawTexxvOES(int[] coords, int offset) { in glDrawTexxvOES() method in GLErrorWrapper
936 mgl11Ext.glDrawTexxvOES(coords, offset); in glDrawTexxvOES()
940 public void glDrawTexxvOES(IntBuffer coords) { in glDrawTexxvOES() method in GLErrorWrapper
942 mgl11Ext.glDrawTexxvOES(coords); in glDrawTexxvOES()
DGLLogWrapper.java2727 public void glDrawTexxvOES(int[] coords, int offset) { in glDrawTexxvOES() method in GLLogWrapper
2732 mgl11Ext.glDrawTexxvOES(coords, offset); in glDrawTexxvOES()
2736 public void glDrawTexxvOES(IntBuffer coords) { in glDrawTexxvOES() method in GLLogWrapper
2740 mgl11Ext.glDrawTexxvOES(coords); in glDrawTexxvOES()
/frameworks/native/opengl/tools/glgen/specs/gles11/
Dchecks.spec42 glDrawTexxvOES check coords 5
DGLES11Ext.spec9 void glDrawTexxvOES ( const GLfixed *coords )
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt73 glDrawTexxvOES;
Dentries_gles1.in73 GL_ENTRY(void, glDrawTexxvOES, const GLfixed *coords)
Dentries.in227 GL_ENTRY(void, glDrawTexxvOES, const GLfixed *coords)
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc90 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawTexxvOES);
370 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDrawTexxvOES); in init_stub_library()
Dstubs_arm64.cc90 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawTexxvOES);
370 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDrawTexxvOES); in init_stub_library()
Dstubs_arm.cc90 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawTexxvOES);
370 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDrawTexxvOES); in init_stub_library()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1812 public native void glDrawTexxvOES( in glDrawTexxvOES() method in GLImpl
1819 public native void glDrawTexxvOES( in glDrawTexxvOES() method in GLImpl
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in31 void API_ENTRY(glDrawTexxvOES)(const GLfixed *coords) {
32 CALL_GL_API(glDrawTexxvOES, coords);
/frameworks/native/opengl/include/GLES/
Dglext.h145 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp708 glDrawTexxvOES( in android_glDrawTexxvOES___3II()
751 glDrawTexxvOES( in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp7506 glDrawTexxvOES( in android_glDrawTexxvOES___3II()
7549 glDrawTexxvOES( in android_glDrawTexxvOES__Ljava_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.txt19480 method public static void glDrawTexxvOES(int[], int);
19481 method public static void glDrawTexxvOES(java.nio.IntBuffer);
52377 method public abstract void glDrawTexxvOES(int[], int);
52378 method public abstract void glDrawTexxvOES(java.nio.IntBuffer);
/frameworks/base/core/api/
Dcurrent.txt30411 method public static void glDrawTexxvOES(int[], int);
30412 method public static void glDrawTexxvOES(java.nio.IntBuffer);
62233 method public void glDrawTexxvOES(int[], int);
62234 method public void glDrawTexxvOES(java.nio.IntBuffer);