Searched refs:glDrawTexiOES (Results 1 - 18 of 18) 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.cpp383 glDrawTexiOES(x, yc, 0, mAndroid[1].w, mAndroid[1].h);
384 glDrawTexiOES(x + mAndroid[1].w, yc, 0, mAndroid[1].w, mAndroid[1].h);
388 glDrawTexiOES(xc, yc, 0, mAndroid[0].w, mAndroid[0].h);
518 glDrawTexiOES(xPos, yPos, 0, width, DIGIT_HEIGHT);
836 glDrawTexiOES(xc, mHeight - (yc + frame.trimHeight),
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp141 //glDrawTexiOES(0, 0, 0, dim, dim);
173 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/base/libs/hwui/debug/
H A Dunwrap_gles.h229 #undef glDrawTexiOES macro
H A Dwrap_gles.h229 #define glDrawTexiOES wrap_glDrawTexiOES macro
/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.cpp1560 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint w, GLint h) {
H A Degl.cpp843 { "glDrawTexiOES",
844 (__eglMustCastToProperFunctionPointerType)&glDrawTexiOES },
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp489 /* void glDrawTexiOES ( GLint x, GLint y, GLint z, GLint width, GLint height ) */
493 glDrawTexiOES(
3582 {"glDrawTexiOES", "(IIIII)V", (void *) android_glDrawTexiOES__IIIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp6873 /* void glDrawTexiOES ( GLint x, GLint y, GLint z, GLint width, GLint height ) */
6877 glDrawTexiOES(
8691 {"glDrawTexiOES", "(IIIII)V", (void *) android_glDrawTexiOES__IIIII },

Completed in 183 milliseconds