HomeSort by relevance Sort by last modified time
    Searched refs:glDrawTexiOES (Results 1 - 25 of 122) 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 177 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 369 glDrawTexiOES(x, yc, 0, mAndroid[1].w, mAndroid[1].h);
370 glDrawTexiOES(x + mAndroid[1].w, yc, 0, mAndroid[1].w, mAndroid[1].h);
374 glDrawTexiOES(xc, yc, 0, mAndroid[0].w, mAndroid[0].h);
633 glDrawTexiOES(xc, yc, 0, animation.width, animation.height);
  /frameworks/native/opengl/tests/filter/
filter.cpp 141 //glDrawTexiOES(0, 0, 0, dim, dim);
172 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);

Completed in 418 milliseconds

1 2 3 4 5