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

/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp108 glDrawTexiOES(0, 0, 0, 512, 512);
122 glDrawTexiOES(0, 0, 0, 1, 1);
136 glDrawTexiOES(0, 0, 0, 512, 512);
137 glDrawTexiOES(0, 0, 0, 512, 512);
151 glDrawTexiOES(0, 0, 0, 1, 1);
152 glDrawTexiOES(0, 0, 0, 1, 1);
169 glDrawTexiOES(0, 0, 0, 512, 512);
188 glDrawTexiOES(0, 0, 0, 1, 1);
201 glDrawTexiOES(0, 0, 0, 512, 512);
217 glDrawTexiOES(
[all...]
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp100 glDrawTexiOES(0, 0, 0, dim/2, dim/2);
103 glDrawTexiOES(dim/2, 0, 0, dim/2, dim/2);
106 glDrawTexiOES(0, dim/2, 0, dim/2, dim/2);
109 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/native/opengl/tests/filter/
H A Dfilter.cpp141 //glDrawTexiOES(0, 0, 0, dim, dim);
175 glDrawTexiOES(0, y, 1, dim, dim);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp405 glDrawTexiOES(x, yc, 0, mAndroid[1].w, mAndroid[1].h);
406 glDrawTexiOES(x + mAndroid[1].w, yc, 0, mAndroid[1].w, mAndroid[1].h);
410 glDrawTexiOES(xc, yc, 0, mAndroid[0].w, mAndroid[0].h);
594 glDrawTexiOES(*x, *y, 0, font.char_width, font.char_height);
940 glDrawTexiOES(xc, mHeight - (yc + frame.trimHeight),
/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 Dgles_redefine.h227 #define glDrawTexiOES wrap_glDrawTexiOES macro
H A Dgles_undefine.h226 #undef 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.h141 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1554 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint w, GLint h) {
H A Degl.cpp865 { "glDrawTexiOES",
866 (__eglMustCastToProperFunctionPointerType)&glDrawTexiOES },
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp501 /* void glDrawTexiOES ( GLint x, GLint y, GLint z, GLint width, GLint height ) */
505 glDrawTexiOES(
4014 {"glDrawTexiOES", "(IIIII)V", (void *) android_glDrawTexiOES__IIIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp7306 /* void glDrawTexiOES ( GLint x, GLint y, GLint z, GLint width, GLint height ) */
7310 glDrawTexiOES(
9290 {"glDrawTexiOES", "(IIIII)V", (void *) android_glDrawTexiOES__IIIII },
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 342 milliseconds