Searched refs:glDrawTexsOES (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java80 void glDrawTexsOES( method in interface:GL11Ext
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto117 glDrawTexsOES = 91;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec4 void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java166 // C function void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height )
168 public static native void glDrawTexsOES( method in class:GLES11Ext
H A DGLErrorWrapper.java909 public void glDrawTexsOES(short x, short y, short z, method in class:GLErrorWrapper
912 mgl11Ext.glDrawTexsOES(x, y, z, width, height);
H A DGLLogWrapper.java2685 public void glDrawTexsOES(short x, short y, short z, method in class:GLLogWrapper
2687 begin("glDrawTexsOES");
2694 mgl11Ext.glDrawTexsOES(x, y, z, width, height);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1774 // C function void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height )
1776 public native void glDrawTexsOES( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dglext.h563 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1563 void glDrawTexsOES(GLshort x , GLshort y, GLshort z, GLshort w, GLshort h) {
H A Degl.cpp814 { "glDrawTexsOES",
815 (__eglMustCastToProperFunctionPointerType)&glDrawTexsOES },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp628 const GLMessage_Function GLMessage::glDrawTexsOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h961 static const Function glDrawTexsOES = GLMessage_Function_glDrawTexsOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp14588 glmsg.set_function(GLMessage::glDrawTexsOES);
14623 glContext->hooks->gl.glDrawTexsOES(x, y, z, width, height);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp157 /* void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height ) */
161 glDrawTexsOES(
2690 {"glDrawTexsOES", "(SSSSS)V", (void *) android_glDrawTexsOES__SSSSS },
H A Dcom_google_android_gles_jni_GLImpl.cpp5972 /* void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height ) */
5976 glDrawTexsOES(
7480 {"glDrawTexsOES", "(SSSSS)V", (void *) android_glDrawTexsOES__SSSSS },

Completed in 406 milliseconds