Home
last modified time | relevance | path

Searched refs:glDrawTexfOES (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11Ext.java46 void glDrawTexfOES( in glDrawTexfOES() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.1ext2 void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height )
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt66 glDrawTexfOES;
Dentries_gles1.in66 GL_ENTRY(void, glDrawTexfOES, GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
Dentries.in220 GL_ENTRY(void, glDrawTexfOES, GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc83 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawTexfOES);
363 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDrawTexfOES); in init_stub_library()
Dstubs_arm64.cc83 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawTexfOES);
363 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDrawTexfOES); in init_stub_library()
Dstubs_arm.cc83 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawTexfOES);
363 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDrawTexfOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec10 void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java237 public static native void glDrawTexfOES( in glDrawTexfOES() method in GLES11Ext
DGLErrorWrapper.java872 public void glDrawTexfOES(float x, float y, float z, in glDrawTexfOES() method in GLErrorWrapper
875 mgl11Ext.glDrawTexfOES(x, y, z, width, height); in glDrawTexfOES()
DGLLogWrapper.java2626 public void glDrawTexfOES(float x, float y, float z, in glDrawTexfOES() method in GLLogWrapper
2635 mgl11Ext.glDrawTexfOES(x, y, z, width, height); in glDrawTexfOES()
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in34 void API_ENTRY(glDrawTexfOES)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) {
35 CALL_GL_API(glDrawTexfOES, x, y, z, width, height);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1733 public native void glDrawTexfOES( in glDrawTexfOES() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dglext.h146 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig…
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp768 glDrawTexfOES( in android_glDrawTexfOES__FFFFF()
Dcom_google_android_gles_jni_GLImpl.cpp7154 glDrawTexfOES( in android_glDrawTexfOES__FFFFF()
/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.txt19470 method public static void glDrawTexfOES(float, float, float, float, float);
52367 method public abstract void glDrawTexfOES(float, float, float, float, float);
/frameworks/base/core/api/
Dcurrent.txt30401 method public static void glDrawTexfOES(float, float, float, float, float);
62223 method public void glDrawTexfOES(float, float, float, float, float);