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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 696 public void glDrawTexfvOES(float[] coords, int offset) {
697 mgl11Ext.glDrawTexfvOES(coords, offset);
700 public void glDrawTexfvOES(FloatBuffer coords) {
701 mgl11Ext.glDrawTexfvOES(coords);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 1083 public void glDrawTexfvOES(FloatBuffer coords) {
1084 ((GL11Ext)mGL).glDrawTexfvOES(coords);
1088 public void glDrawTexfvOES(float[] coords, int offset) {
1089 ((GL11Ext)mGL).glDrawTexfvOES(coords, offset);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 220 void (*glDrawTexfvOES)(const GLfloat *coords);
main.cpp     [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 185 glDrawTexfvOES_client_proc_t glDrawTexfvOES;
gl_entry.cpp 180 void glDrawTexfvOES(const GLfloat* coords);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 831 void glDrawTexfvOES(const GLfloat *coords)
833 getDispatch()->glDrawTexfvOES(coords);
    [all...]
gles_dispatch.h 178 glDrawTexfvOES_t glDrawTexfvOES;
450 glDrawTexfvOES_t set_glDrawTexfvOES(glDrawTexfvOES_t f) { glDrawTexfvOES_t retval = glDrawTexfvOES; glDrawTexfvOES = f; return retval;}
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 185 glDrawTexfvOES_wrapper_proc_t glDrawTexfvOES;
gles1_wrapper_entry.cpp 180 void glDrawTexfvOES(const GLfloat* coords);
    [all...]

Completed in 58 milliseconds