HomeSort by relevance Sort by last modified time
    Searched refs:glDrawTexiOES (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /frameworks/native/opengl/tests/finish/
finish.cpp 109 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(0, 0, 0, 1, 1)
    [all...]
  /frameworks/native/opengl/tests/textures/
textures.cpp 106 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/
GL11Ext.java 63 void glDrawTexiOES(
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 159 {"glDrawTexiOES", (void*)glDrawTexiOES},
gl_client_context.h 179 glDrawTexiOES_client_proc_t glDrawTexiOES;
gl_client_context.cpp 179 glDrawTexiOES = (glDrawTexiOES_client_proc_t) getProc("glDrawTexiOES", userData);
  /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 362 glDrawTexiOES(x, yc, 0, mAndroid[1].w, mAndroid[1].h);
363 glDrawTexiOES(x + mAndroid[1].w, yc, 0, mAndroid[1].w, mAndroid[1].h);
367 glDrawTexiOES(xc, yc, 0, mAndroid[0].w, mAndroid[0].h);
500 glDrawTexiOES(xPos, yPos, 0, width, DIGIT_HEIGHT);
746 glDrawTexiOES(xc, mHeight - (yc + animation.height),
  /frameworks/native/opengl/tests/filter/
filter.cpp 141 //glDrawTexiOES(0, 0, 0, dim, dim);
173 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");
  /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...]
  /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/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
unwrap_gles.h 229 #undef glDrawTexiOES
wrap_gles.h 229 #define glDrawTexiOES wrap_glDrawTexiOES
    [all...]
  /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...]
  /development/ndk/platforms/android-4/include/GLES/
glext.h 483 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
    [all...]
  /external/mesa3d/include/GLES/
glext.h 509 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
    [all...]

Completed in 922 milliseconds

1 2 3 4 5