HomeSort by relevance Sort by last modified time
    Searched defs:glDrawTexfvOES (Results 1 - 6 of 6) 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);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 183 glDrawTexfvOES_client_proc_t glDrawTexfvOES;
gl_entry.cpp 181 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...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 255 milliseconds