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

1 2 3 4 5

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 80 void glDrawTexsOES(
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 158 {"glDrawTexsOES", (void*)glDrawTexsOES},
gl_client_context.h 176 glDrawTexsOES_client_proc_t glDrawTexsOES;
gl_client_context.cpp 178 glDrawTexsOES = (glDrawTexsOES_client_proc_t) getProc("glDrawTexsOES", userData);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 168 {"glDrawTexsOES", (void *)glDrawTexsOES},
gles_dispatch.h 171 glDrawTexsOES_t glDrawTexsOES;
443 glDrawTexsOES_t set_glDrawTexsOES(glDrawTexsOES_t f) { glDrawTexsOES_t retval = glDrawTexsOES; glDrawTexsOES = f; return retval;}
    [all...]
gles.cpp 796 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
798 getDispatch()->glDrawTexsOES(x, y, z, width, height);
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 4 void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height )
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 171 glDrawTexsOES_t glDrawTexsOES;
GLDispatch.cpp 188 s_gl.glDrawTexsOES = (glDrawTexsOES_t) s_gles_lib->findSymbol("glDrawTexsOES");
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 166 // C function void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height )
168 public static native void glDrawTexsOES(
    [all...]
GLErrorWrapper.java 909 public void glDrawTexsOES(short x, short y, short z,
912 mgl11Ext.glDrawTexsOES(x, y, z, width, height);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 716 public void glDrawTexsOES(short x, short y, short z,
718 mgl11Ext.glDrawTexsOES(x, y, z, width, height);
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 117 glDrawTexsOES = 91;
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 1112 public void glDrawTexsOES(short x, short y, short z, short width,
1114 ((GL11Ext)mGL).glDrawTexsOES( x, y, z, width,
  /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...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 286 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 286 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 286 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 286 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 286 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
  /prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 286 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
  /prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 286 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
  /prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 286 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);

Completed in 564 milliseconds

1 2 3 4 5