Searched refs:glDrawTexiOES (Results 1 - 20 of 20) sorted by relevance

/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp109 glDrawTexiOES(0, 0, 0, 512, 512);
123 glDrawTexiOES(0, 0, 0, 1, 1);
137 glDrawTexiOES(0, 0, 0, 512, 512);
138 glDrawTexiOES(0, 0, 0, 512, 512);
152 glDrawTexiOES(0, 0, 0, 1, 1);
153 glDrawTexiOES(0, 0, 0, 1, 1);
170 glDrawTexiOES(0, 0, 0, 512, 512);
189 glDrawTexiOES(0, 0, 0, 1, 1);
202 glDrawTexiOES(0, 0, 0, 512, 512);
218 glDrawTexiOES(
[all...]
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp106 glDrawTexiOES(0, 0, 0, dim/2, dim/2);
109 glDrawTexiOES(dim/2, 0, 0, dim/2, dim/2);
112 glDrawTexiOES(0, dim/2, 0, dim/2, dim/2);
115 glDrawTexiOES(dim/2, dim/2, 0, dim/2, dim/2);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java63 void glDrawTexiOES( method in interface:GL11Ext
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp369 glDrawTexiOES(x, yc, 0, mAndroid[1].w, mAndroid[1].h);
370 glDrawTexiOES(x + mAndroid[1].w, yc, 0, mAndroid[1].w, mAndroid[1].h);
374 glDrawTexiOES(xc, yc, 0, mAndroid[0].w, mAndroid[0].h);
633 glDrawTexiOES(xc, yc, 0, animation.width, animation.height);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp141 //glDrawTexiOES(0, 0, 0, dim, dim);
172 glDrawTexiOES(0, y, 1, dim, dim);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec5 void glDrawTexiOES ( GLint x, GLint y, GLint z, GLint width, GLint height )
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp169 glDrawTexiOES(0, 0, 0, w, h);
170 checkGlError("glDrawTexiOES");
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java176 // C function void glDrawTexiOES ( GLint x, GLint y, GLint z, GLint width, GLint height )
178 public static native void glDrawTexiOES( method in class:GLES11Ext
H A DGLErrorWrapper.java891 public void glDrawTexiOES(int x, int y, int z, int width, int height) { method in class:GLErrorWrapper
893 mgl11Ext.glDrawTexiOES(x, y, z, width, height);
H A DGLLogWrapper.java2656 public void glDrawTexiOES(int x, int y, int z, int width, int height) { method in class:GLLogWrapper
2657 begin("glDrawTexiOES");
2664 mgl11Ext.glDrawTexiOES(x, y, z, width, height);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto115 glDrawTexiOES = 89;
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1751 // C function void glDrawTexiOES ( GLint x, GLint y, GLint z, GLint width, GLint height )
1753 public native void glDrawTexiOES( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dglext.h613 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1567 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint w, GLint h) {
H A Degl.cpp826 { "glDrawTexiOES",
827 (__eglMustCastToProperFunctionPointerType)&glDrawTexiOES },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp921 const GLMessage_Function GLMessage::glDrawTexiOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1269 static const Function glDrawTexiOES = GLMessage_Function_glDrawTexiOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp27666 glmsg.set_function(GLMessage::glDrawTexiOES);
27701 glContext->hooks->gl.glDrawTexiOES(x, y, z, width, height);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp371 /* void glDrawTexiOES ( GLint x, GLint y, GLint z, GLint width, GLint height ) */
375 glDrawTexiOES(
3464 {"glDrawTexiOES", "(IIIII)V", (void *) android_glDrawTexiOES__IIIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp6869 /* void glDrawTexiOES ( GLint x, GLint y, GLint z, GLint width, GLint height ) */
6873 glDrawTexiOES(
8687 {"glDrawTexiOES", "(IIIII)V", (void *) android_glDrawTexiOES__IIIII },

Completed in 377 milliseconds