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/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/native/opengl/libs/GLES_trace/
H A Dgltrace.proto117 glDrawTexsOES = 91;
/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.h612 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.cpp824 { "glDrawTexsOES",
825 (__eglMustCastToProperFunctionPointerType)&glDrawTexsOES },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp923 const GLMessage_Function GLMessage::glDrawTexsOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1271 static const Function glDrawTexsOES = GLMessage_Function_glDrawTexsOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp27614 glmsg.set_function(GLMessage::glDrawTexsOES);
27649 glContext->hooks->gl.glDrawTexsOES(x, y, z, width, height);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp358 /* void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height ) */
362 glDrawTexsOES(
3463 {"glDrawTexsOES", "(SSSSS)V", (void *) android_glDrawTexsOES__SSSSS },
H A Dcom_google_android_gles_jni_GLImpl.cpp6966 /* void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height ) */
6970 glDrawTexsOES(
8690 {"glDrawTexsOES", "(SSSSS)V", (void *) android_glDrawTexsOES__SSSSS },

Completed in 3419 milliseconds