HomeSort by relevance Sort by last modified time
    Searched defs:glDrawTexsOES (Results 1 - 10 of 10) sorted by null

  /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);
  /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/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 213 void (*glDrawTexsOES)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
main.cpp     [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 178 glDrawTexsOES_client_proc_t glDrawTexsOES;
gl_entry.cpp 173 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 796 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
798 getDispatch()->glDrawTexsOES(x, y, z, width, height);
    [all...]
gles_dispatch.h 171 glDrawTexsOES_t glDrawTexsOES;
443 glDrawTexsOES_t set_glDrawTexsOES(glDrawTexsOES_t f) { glDrawTexsOES_t retval = glDrawTexsOES; glDrawTexsOES = f; return retval;}
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 178 glDrawTexsOES_wrapper_proc_t glDrawTexsOES;
gles1_wrapper_entry.cpp 173 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
    [all...]

Completed in 2234 milliseconds