/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 46 void glDrawTexfOES( in glDrawTexfOES() method
|
/frameworks/base/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1ext | 2 void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height )
|
/frameworks/base/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 | 233 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/base/opengl/libs/GLES_CM/ |
D | glext_api.in | 28 void API_ENTRY(glDrawTexfOES)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) { 29 CALL_GL_API(glDrawTexfOES, x, y, z, width, height);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1729 public native void glDrawTexfOES( in glDrawTexfOES() method in GLImpl
|
/frameworks/base/opengl/include/GLES/ |
D | glext.h | 486 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig…
|
/frameworks/base/opengl/libs/ |
D | glesv2dbg_functions.h | 90 GL_ENTRY(void, glDrawTexfOES, GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
|
D | entries.in | 88 GL_ENTRY(void, glDrawTexfOES, GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
|
D | debug.in | 47 TRACE_GL_VOID(glDrawTexfOES, (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height), (x, …
|
D | trace.in | 88 TRACE_GL_VOID(glDrawTexfOES, (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height), (x, …
|
/frameworks/base/opengl/libagl/ |
D | egl.cpp | 813 (__eglMustCastToProperFunctionPointerType)&glDrawTexfOES },
|
D | texture.cpp | 1587 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat w, GLfloat h){ in glDrawTexfOES() function
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 377 glDrawTexfOES( in android_glDrawTexfOES__FFFFF()
|
D | com_google_android_gles_jni_GLImpl.cpp | 5832 glDrawTexfOES( in android_glDrawTexfOES__FFFFF()
|
/frameworks/base/api/ |
D | current.txt | 13441 method public static void glDrawTexfOES(float, float, float, float, float); 40166 method public abstract void glDrawTexfOES(float, float, float, float, float);
|
D | 14.txt | 13441 method public static void glDrawTexfOES(float, float, float, float, float); 40166 method public abstract void glDrawTexfOES(float, float, float, float, float);
|