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

  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 138 ((GL11Ext) gl).glDrawTexfOES(snappedX * scaleX, snappedY * scaleY,
GLErrorLogger.java 1076 public void glDrawTexfOES(float x, float y, float z, float width,
1078 ((GL11Ext)mGL).glDrawTexfOES( x, y, z, width,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 691 public void glDrawTexfOES(float x, float y, float z,
693 mgl11Ext.glDrawTexfOES(x, y, z, width, height);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 219 void (*glDrawTexfOES)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
main.cpp     [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 184 glDrawTexfOES_client_proc_t glDrawTexfOES;
gl_entry.cpp 179 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 826 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
828 getDispatch()->glDrawTexfOES(x, y, z, width, height);
    [all...]
gles_dispatch.h 177 glDrawTexfOES_t glDrawTexfOES;
449 glDrawTexfOES_t set_glDrawTexfOES(glDrawTexfOES_t f) { glDrawTexfOES_t retval = glDrawTexfOES; glDrawTexfOES = f; return retval;}
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 184 glDrawTexfOES_wrapper_proc_t glDrawTexfOES;
gles1_wrapper_entry.cpp 179 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
    [all...]

Completed in 54 milliseconds