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

  /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);
  /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);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 217 void (*glDrawTexivOES)(const GLint *coords);
main.cpp     [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 182 glDrawTexivOES_client_proc_t glDrawTexivOES;
gl_entry.cpp 177 void glDrawTexivOES(const GLint* coords);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 816 void glDrawTexivOES(const GLint *coords)
818 getDispatch()->glDrawTexivOES(coords);
    [all...]
gles_dispatch.h 175 glDrawTexivOES_t glDrawTexivOES;
447 glDrawTexivOES_t set_glDrawTexivOES(glDrawTexivOES_t f) { glDrawTexivOES_t retval = glDrawTexivOES; glDrawTexivOES = f; return retval;}
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 182 glDrawTexivOES_wrapper_proc_t glDrawTexivOES;
gles1_wrapper_entry.cpp 177 void glDrawTexivOES(const GLint* coords);
    [all...]

Completed in 77 milliseconds