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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java46 void glDrawTexfOES( method in interface:GL11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec10 void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java235 // C function void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height )
237 public static native void glDrawTexfOES( method in class:GLES11Ext
H A DGLErrorWrapper.java872 public void glDrawTexfOES(float x, float y, float z, method in class:GLErrorWrapper
875 mgl11Ext.glDrawTexfOES(x, y, z, width, height);
H A DGLLogWrapper.java2626 public void glDrawTexfOES(float x, float y, float z, method in class:GLLogWrapper
2628 begin("glDrawTexfOES");
2635 mgl11Ext.glDrawTexfOES(x, y, z, width, height);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto113 glDrawTexfOES = 87;
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1728 // C function void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height )
1730 public native void glDrawTexfOES( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dglext.h618 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1586 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat w, GLfloat h){
H A Degl.cpp828 { "glDrawTexfOES",
829 (__eglMustCastToProperFunctionPointerType)&glDrawTexfOES },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp919 const GLMessage_Function GLMessage::glDrawTexfOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1267 static const Function glDrawTexfOES = GLMessage_Function_glDrawTexfOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp27857 glmsg.set_function(GLMessage::glDrawTexfOES);
27892 glContext->hooks->gl.glDrawTexfOES(x, y, z, width, height);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp649 /* void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height ) */
653 glDrawTexfOES(
3472 {"glDrawTexfOES", "(FFFFF)V", (void *) android_glDrawTexfOES__FFFFF },
H A Dcom_google_android_gles_jni_GLImpl.cpp6772 /* void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height ) */
6776 glDrawTexfOES(
8684 {"glDrawTexfOES", "(FFFFF)V", (void *) android_glDrawTexfOES__FFFFF },

Completed in 388 milliseconds