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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 729 public void glDrawTexxOES(int x, int y, int z, int width, int height) {
730 mgl11Ext.glDrawTexxOES(x, y, z, width, height);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 1133 public void glDrawTexxOES(int x, int y, int z, int width, int height) {
1134 ((GL11Ext)mGL).glDrawTexxOES( x, y, z, width, height);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 215 void (*glDrawTexxOES)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
main.cpp     [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 180 glDrawTexxOES_client_proc_t glDrawTexxOES;
gl_entry.cpp 175 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 806 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
808 getDispatch()->glDrawTexxOES(x, y, z, width, height);
    [all...]
gles_dispatch.h 173 glDrawTexxOES_t glDrawTexxOES;
445 glDrawTexxOES_t set_glDrawTexxOES(glDrawTexxOES_t f) { glDrawTexxOES_t retval = glDrawTexxOES; glDrawTexxOES = f; return retval;}
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 180 glDrawTexxOES_wrapper_proc_t glDrawTexxOES;
gles1_wrapper_entry.cpp 175 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
    [all...]

Completed in 66 milliseconds