HomeSort by relevance Sort by last modified time
    Searched refs:glDrawTexxvOES_t (Results 1 - 3 of 3) sorted by null

  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_dispatch.h 176 glDrawTexxvOES_t glDrawTexxvOES;
448 glDrawTexxvOES_t set_glDrawTexxvOES(glDrawTexxvOES_t f) { glDrawTexxvOES_t retval = glDrawTexxvOES; glDrawTexxvOES = f; return retval;}
    [all...]
gles_proc.h 176 typedef void (* glDrawTexxvOES_t) (const GLfixed*);
gles_dispatch.cpp 178 ptr = dlsym(gles_android,"glDrawTexxvOES"); disp->set_glDrawTexxvOES((glDrawTexxvOES_t)ptr);

Completed in 70 milliseconds