HomeSort by relevance Sort by last modified time
    Searched defs:glDrawTexsOES (Results 1 - 6 of 6) 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);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 176 glDrawTexsOES_client_proc_t glDrawTexsOES;
gl_entry.cpp 174 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...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 496 milliseconds