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

1 2 3

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 71 void glDrawTexivOES(
76 void glDrawTexivOES(
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 172 {"glDrawTexivOES", (void *)glDrawTexivOES},
gles_dispatch.h 175 glDrawTexivOES_t glDrawTexivOES;
447 glDrawTexivOES_t set_glDrawTexivOES(glDrawTexivOES_t f) { glDrawTexivOES_t retval = glDrawTexivOES; glDrawTexivOES = f; return retval;}
    [all...]
gles.cpp 816 void glDrawTexivOES(const GLint *coords)
818 getDispatch()->glDrawTexivOES(coords);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 209 // C function void glDrawTexivOES ( const GLint *coords )
211 public static native void glDrawTexivOES(
216 // C function void glDrawTexivOES ( const GLint *coords )
218 public static native void glDrawTexivOES(
    [all...]
GLErrorWrapper.java 897 public void glDrawTexivOES(int[] coords, int offset) {
899 mgl11Ext.glDrawTexivOES(coords, offset);
903 public void glDrawTexivOES(IntBuffer coords) {
905 mgl11Ext.glDrawTexivOES(coords);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/tools/glgen/specs/gles11/
checks.spec 31 glDrawTexivOES check coords 5
GLES11Ext.spec 8 void glDrawTexivOES ( const GLint *coords )
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 708 public void glDrawTexivOES(int[] coords, int offset) {
709 mgl11Ext.glDrawTexivOES(coords, offset);
712 public void glDrawTexivOES(IntBuffer coords) {
713 mgl11Ext.glDrawTexivOES(coords);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 1185 public void glDrawTexivOES(
1190 public void glDrawTexivOES(
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 175 glDrawTexivOES_t glDrawTexivOES;
GLDispatch.cpp 198 s_gl.glDrawTexivOES = (glDrawTexivOES_t) s_gles_lib->findSymbol("glDrawTexivOES");
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 1098 public void glDrawTexivOES(IntBuffer coords) {
1099 ((GL11Ext)mGL).glDrawTexivOES(coords);
1105 public void glDrawTexivOES(int[] coords, int offset) {
1106 ((GL11Ext)mGL).glDrawTexivOES(coords, offset);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 290 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 290 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 290 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 290 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 290 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
  /prebuilt/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 290 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
  /prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 290 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
  /prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 290 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp 255 /* void glDrawTexivOES ( const GLint *coords ) */
280 glDrawTexivOES(
291 /* void glDrawTexivOES ( const GLint *coords ) */
304 glDrawTexivOES(
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
glext.h 484 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
    [all...]

Completed in 128 milliseconds

1 2 3