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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 721 public void glDrawTexsvOES(short[] coords, int offset) {
722 mgl11Ext.glDrawTexsvOES(coords, offset);
725 public void glDrawTexsvOES(ShortBuffer coords) {
726 mgl11Ext.glDrawTexsvOES(coords);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 1119 public void glDrawTexsvOES(ShortBuffer coords) {
1120 ((GL11Ext)mGL).glDrawTexsvOES(coords);
1126 public void glDrawTexsvOES(short[] coords, int offset) {
1127 ((GL11Ext)mGL).glDrawTexsvOES(coords, offset);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 216 void (*glDrawTexsvOES)(const GLshort *coords);
main.cpp     [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 181 glDrawTexsvOES_client_proc_t glDrawTexsvOES;
gl_entry.cpp 176 void glDrawTexsvOES(const GLshort* coords);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 811 void glDrawTexsvOES(const GLshort *coords)
813 getDispatch()->glDrawTexsvOES(coords);
    [all...]
gles_dispatch.h 174 glDrawTexsvOES_t glDrawTexsvOES;
446 glDrawTexsvOES_t set_glDrawTexsvOES(glDrawTexsvOES_t f) { glDrawTexsvOES_t retval = glDrawTexsvOES; glDrawTexsvOES = f; return retval;}
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 181 glDrawTexsvOES_wrapper_proc_t glDrawTexsvOES;
gles1_wrapper_entry.cpp 176 void glDrawTexsvOES(const GLshort* coords);
    [all...]

Completed in 67 milliseconds