/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 97 void glDrawTexxOES( in glDrawTexxOES() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1ext | 8 void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height )
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 6 void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 188 public static native void glDrawTexxOES( in glDrawTexxOES() method in GLES11Ext
|
D | GLErrorWrapper.java | 928 public void glDrawTexxOES(int x, int y, int z, int width, int height) { in glDrawTexxOES() method in GLErrorWrapper 930 mgl11Ext.glDrawTexxOES(x, y, z, width, height); in glDrawTexxOES()
|
D | GLLogWrapper.java | 2715 public void glDrawTexxOES(int x, int y, int z, int width, int height) { in glDrawTexxOES() method in GLLogWrapper 2723 mgl11Ext.glDrawTexxOES(x, y, z, width, height); in glDrawTexxOES()
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 119 glDrawTexxOES = 93; enumerator
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 88 void API_ENTRY(glDrawTexxOES)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) { 89 CALL_GL_API(glDrawTexxOES, x, y, z, width, height);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1799 public native void glDrawTexxOES( in glDrawTexxOES() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 614 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig…
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1593 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed h) { in glDrawTexxOES() function
|
D | egl.cpp | 831 (__eglMustCastToProperFunctionPointerType)&glDrawTexxOES },
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 925 const GLMessage_Function GLMessage::glDrawTexxOES; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 1273 static const Function glDrawTexxOES = GLMessage_Function_glDrawTexxOES; variable
|
D | gltrace_api.cpp | 27718 glmsg.set_function(GLMessage::glDrawTexxOES); in GLTrace_glDrawTexxOES() 27753 glContext->hooks->gl.glDrawTexxOES(x, y, z, width, height); in GLTrace_glDrawTexxOES()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 388 glDrawTexxOES( in android_glDrawTexxOES__IIIII()
|
D | com_google_android_gles_jni_GLImpl.cpp | 7067 glDrawTexxOES( in android_glDrawTexxOES__IIIII()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 168 GL_ENTRY(void, glDrawTexxOES, GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
|
D | trace.in | 168 TRACE_GL_VOID(glDrawTexxOES, (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height), (x, …
|
/frameworks/base/api/ |
D | current.txt | 19413 method public static void glDrawTexxOES(int, int, int, int, int); 52168 method public abstract void glDrawTexxOES(int, int, int, int, int);
|