/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 54 void glDrawTexfvOES( in glDrawTexfvOES() method 59 void glDrawTexfvOES( in glDrawTexfvOES() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1ext | 3 void glDrawTexfvOES ( const GLfloat *coords )
|
D | glspec-checks | 28 glDrawTexfvOES check coords 5
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 247 public static native void glDrawTexfvOES( in glDrawTexfvOES() method in GLES11Ext 254 public static native void glDrawTexfvOES( in glDrawTexfvOES() method in GLES11Ext
|
D | GLErrorWrapper.java | 879 public void glDrawTexfvOES(float[] coords, int offset) { in glDrawTexfvOES() method in GLErrorWrapper 881 mgl11Ext.glDrawTexfvOES(coords, offset); in glDrawTexfvOES() 885 public void glDrawTexfvOES(FloatBuffer coords) { in glDrawTexfvOES() method in GLErrorWrapper 887 mgl11Ext.glDrawTexfvOES(coords); in glDrawTexfvOES()
|
D | GLLogWrapper.java | 2639 public void glDrawTexfvOES(float[] coords, int offset) { in glDrawTexfvOES() method in GLLogWrapper 2644 mgl11Ext.glDrawTexfvOES(coords, offset); in glDrawTexfvOES() 2648 public void glDrawTexfvOES(FloatBuffer coords) { in glDrawTexfvOES() method in GLLogWrapper 2652 mgl11Ext.glDrawTexfvOES(coords); in glDrawTexfvOES()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | checks.spec | 39 glDrawTexfvOES check coords 5
|
D | GLES11Ext.spec | 11 void glDrawTexfvOES ( const GLfloat *coords )
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 67 glDrawTexfvOES;
|
D | entries_gles1.in | 67 GL_ENTRY(void, glDrawTexfvOES, const GLfloat *coords)
|
D | entries.in | 221 GL_ENTRY(void, glDrawTexfvOES, const GLfloat *coords)
|
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/ |
D | stubs_riscv64.cc | 84 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawTexfvOES); 364 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDrawTexfvOES); in init_stub_library()
|
D | stubs_arm64.cc | 84 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawTexfvOES); 364 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDrawTexfvOES); in init_stub_library()
|
D | stubs_arm.cc | 84 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawTexfvOES); 364 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDrawTexfvOES); in init_stub_library()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1743 public native void glDrawTexfvOES( in glDrawTexfvOES() method in GLImpl 1750 public native void glDrawTexfvOES( in glDrawTexfvOES() method in GLImpl
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 37 void API_ENTRY(glDrawTexfvOES)(const GLfloat *coords) { 38 CALL_GL_API(glDrawTexfvOES, coords);
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 147 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 811 glDrawTexfvOES( in android_glDrawTexfvOES___3FI() 854 glDrawTexfvOES( in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 7197 glDrawTexfvOES( in android_glDrawTexfvOES___3FI() 7240 glDrawTexfvOES( in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19471 method public static void glDrawTexfvOES(float[], int); 19472 method public static void glDrawTexfvOES(java.nio.FloatBuffer); 52368 method public abstract void glDrawTexfvOES(float[], int); 52369 method public abstract void glDrawTexfvOES(java.nio.FloatBuffer);
|
/frameworks/base/core/api/ |
D | current.txt | 30402 method public static void glDrawTexfvOES(float[], int); 30403 method public static void glDrawTexfvOES(java.nio.FloatBuffer); 62224 method public void glDrawTexfvOES(float[], int); 62225 method public void glDrawTexfvOES(java.nio.FloatBuffer);
|