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

1 2 3 4 5 6 7

  /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/native/opengl/tests/filter/
filter.cpp 141 //glDrawTexiOES(0, 0, 0, dim, dim);
173 glDrawTexiOES(0, y, 1, dim, dim);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 396 glDrawTexiOES(x, yc, 0, mAndroid[1].w, mAndroid[1].h);
397 glDrawTexiOES(x + mAndroid[1].w, yc, 0, mAndroid[1].w, mAndroid[1].h);
401 glDrawTexiOES(xc, yc, 0, mAndroid[0].w, mAndroid[0].h);
585 glDrawTexiOES(*x, *y, 0, font.char_width, font.char_height);
931 glDrawTexiOES(xc, mHeight - (yc + frame.trimHeight)
    [all...]
  /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/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 214 void (*glDrawTexiOES)(GLint x, GLint y, GLint z, GLint width, GLint height);
  /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 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 226 #define glDrawTexiOES wrap_glDrawTexiOES
    [all...]
gles_undefine.h 226 #undef glDrawTexiOES
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 339 // Test whether it has been rotated or flipped, if so, glDrawTexiOES
363 ((GL11Ext) mGL).glDrawTexiOES(x, y, 0, width, height);
    [all...]

Completed in 220 milliseconds

1 2 3 4 5 6 7