Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11Ext.java97 void glDrawTexxOES( in glDrawTexxOES() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.1ext8 void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height )
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt72 glDrawTexxOES;
Dentries_gles1.in72 GL_ENTRY(void, glDrawTexxOES, GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
Dentries.in226 GL_ENTRY(void, glDrawTexxOES, GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec6 void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java188 public static native void glDrawTexxOES( in glDrawTexxOES() method in GLES11Ext
DGLErrorWrapper.java928 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()
DGLLogWrapper.java2715 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_CM/
Dglext_api.in22 void API_ENTRY(glDrawTexxOES)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) {
23 CALL_GL_API(glDrawTexxOES, x, y, z, width, height);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1799 public native void glDrawTexxOES( in glDrawTexxOES() method in GLImpl
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h231 #define glDrawTexxOES wrap_glDrawTexxOES macro
Dgles_undefine.h230 #undef glDrawTexxOES
/frameworks/native/opengl/include/GLES/
Dglext.h142 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig…
/frameworks/native/opengl/libagl/
Dtexture.cpp1580 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed h) { in glDrawTexxOES() function
Degl.cpp870 (__eglMustCastToProperFunctionPointerType)&glDrawTexxOES },
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp484 glDrawTexxOES( in android_glDrawTexxOES__IIIII()
Dcom_google_android_gles_jni_GLImpl.cpp7461 glDrawTexxOES( in android_glDrawTexxOES__IIIII()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19479 method public static void glDrawTexxOES(int, int, int, int, int);
52376 method public abstract void glDrawTexxOES(int, int, int, int, int);
/frameworks/base/api/
Dcurrent.txt31862 method public static void glDrawTexxOES(int, int, int, int, int);
75208 method public void glDrawTexxOES(int, int, int, int, int);