/frameworks/native/opengl/tests/finish/ |
finish.cpp | 108 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(0, 0, 0, 1, 1) [all...] |
/frameworks/native/opengl/tests/textures/ |
textures.cpp | 105 glDrawTexiOES(0, 0, 0, dim/2, dim/2); 108 glDrawTexiOES(dim/2, 0, 0, dim/2, dim/2); 111 glDrawTexiOES(0, dim/2, 0, dim/2, dim/2); 114 glDrawTexiOES(dim/2, dim/2, 0, dim/2, dim/2);
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL11Ext.java | 63 void glDrawTexiOES(
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_ftable.h | 159 {"glDrawTexiOES", (void*)glDrawTexiOES},
|
gl_client_context.h | 177 glDrawTexiOES_client_proc_t glDrawTexiOES; [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles_ftable.h | 169 {"glDrawTexiOES", (void *)glDrawTexiOES},
|
gles_dispatch.h | 172 glDrawTexiOES_t glDrawTexiOES; 444 glDrawTexiOES_t set_glDrawTexiOES(glDrawTexiOES_t f) { glDrawTexiOES_t retval = glDrawTexiOES; glDrawTexiOES = f; return retval;} [all...] |
gles.cpp | 801 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height) 803 getDispatch()->glDrawTexiOES(x, y, z, width, height); [all...] |
/frameworks/base/cmds/bootanimation/ |
BootAnimation.cpp | 358 glDrawTexiOES(x, yc, 0, mAndroid[1].w, mAndroid[1].h); 359 glDrawTexiOES(x + mAndroid[1].w, yc, 0, mAndroid[1].w, mAndroid[1].h); 363 glDrawTexiOES(xc, yc, 0, mAndroid[0].w, mAndroid[0].h); 537 glDrawTexiOES(xc, yc, 0, animation.width, animation.height);
|
/frameworks/native/opengl/tests/filter/ |
filter.cpp | 139 //glDrawTexiOES(0, 0, 0, dim, dim); 170 glDrawTexiOES(0, y, 1, dim, dim);
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES11Ext.spec | 5 void glDrawTexiOES ( GLint x, GLint y, GLint z, GLint width, GLint height )
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
LabelMaker.java | 39 * portions of the texture using glDrawTexiOES. 345 ((GL11Ext)gl).glDrawTexiOES((int) x, (int) y, 0,
|
MatrixTrackingGL.java | 704 public void glDrawTexiOES(int x, int y, int z, int width, int height) { 705 mgl11Ext.glDrawTexiOES(x, y, z, width, height);
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
gl_yuvtex.cpp | 169 glDrawTexiOES(0, 0, 0, w, h); 170 checkGlError("glDrawTexiOES");
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 172 glDrawTexiOES_t glDrawTexiOES;
|
/frameworks/base/opengl/java/android/opengl/ |
GLES11Ext.java | 176 // C function void glDrawTexiOES ( GLint x, GLint y, GLint z, GLint width, GLint height ) 178 public static native void glDrawTexiOES( [all...] |
GLErrorWrapper.java | 891 public void glDrawTexiOES(int x, int y, int z, int width, int height) { 893 mgl11Ext.glDrawTexiOES(x, y, z, width, height); [all...] |
/frameworks/native/opengl/libs/GLES_trace/ |
gltrace.proto | 115 glDrawTexiOES = 89;
|
/external/replicaisland/src/com/replica/replicaisland/ |
GLErrorLogger.java | 1093 public void glDrawTexiOES(int x, int y, int z, int width, int height) { 1094 ((GL11Ext)mGL).glDrawTexiOES( x, y, z, width, height);
|
/external/robolectric/lib/main/ |
opengl-api-gl1.1-android-2.1_r1.jar | |
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
GLImpl.java | [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
GLES11Canvas.java | 341 // Test whether it has been rotated or flipped, if so, glDrawTexiOES 365 ((GL11Ext) mGL).glDrawTexiOES(x, y, 0, width, height); [all...] |
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 287 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/ |
glext.h | 287 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/ |
glext.h | 287 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
|