/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 46 void glDrawTexfOES( in glDrawTexfOES() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1ext | 2 void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height )
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 66 glDrawTexfOES;
|
D | entries_gles1.in | 66 GL_ENTRY(void, glDrawTexfOES, GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
|
D | entries.in | 220 GL_ENTRY(void, glDrawTexfOES, GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 83 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawTexfOES); 363 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDrawTexfOES); in init_stub_library()
|
D | stubs_arm.cc | 83 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/ |
D | GLES11Ext.spec | 10 void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 237 public static native void glDrawTexfOES( in glDrawTexfOES() method in GLES11Ext
|
D | GLErrorWrapper.java | 872 public void glDrawTexfOES(float x, float y, float z, in glDrawTexfOES() method in GLErrorWrapper 875 mgl11Ext.glDrawTexfOES(x, y, z, width, height); in glDrawTexfOES()
|
D | GLLogWrapper.java | 2626 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/ |
D | glext_api.in | 34 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/ |
D | GLImpl.java | 1733 public native void glDrawTexfOES( in glDrawTexfOES() method in GLImpl
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 225 #define glDrawTexfOES wrap_glDrawTexfOES macro
|
D | gles_undefine.h | 224 #undef glDrawTexfOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 146 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig…
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1573 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat w, GLfloat h){ in glDrawTexfOES() function
|
D | egl.cpp | 868 (__eglMustCastToProperFunctionPointerType)&glDrawTexfOES },
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 767 glDrawTexfOES( in android_glDrawTexfOES__FFFFF()
|
D | com_google_android_gles_jni_GLImpl.cpp | 7152 glDrawTexfOES( in android_glDrawTexfOES__FFFFF()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19470 method public static void glDrawTexfOES(float, float, float, float, float); 52367 method public abstract void glDrawTexfOES(float, float, float, float, float);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 32147 method public static void glDrawTexfOES(float, float, float, float, float); 76629 method public void glDrawTexfOES(float, float, float, float, float);
|
/frameworks/base/api/ |
D | current.txt | 32291 method public static void glDrawTexfOES(float, float, float, float, float); 76773 method public void glDrawTexfOES(float, float, float, float, float);
|