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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 178 glDrawTexfvOES_t glDrawTexfvOES;
gl_proc.h 178 typedef void (GL_APIENTRY *glDrawTexfvOES_t) (const GLfloat*);
GLDispatch.cpp 195 s_gl.glDrawTexfvOES = (glDrawTexfvOES_t) s_gles_lib->findSymbol("glDrawTexfvOES");
  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 178 glDrawTexfvOES_t glDrawTexfvOES;
450 glDrawTexfvOES_t set_glDrawTexfvOES(glDrawTexfvOES_t f) { glDrawTexfvOES_t retval = glDrawTexfvOES; glDrawTexfvOES = f; return retval;}
    [all...]
gles_proc.h 178 typedef void (* glDrawTexfvOES_t) (const GLfloat*);
gles_dispatch.cpp 180 ptr = dlsym(gles_android,"glDrawTexfvOES"); disp->set_glDrawTexfvOES((glDrawTexfvOES_t)ptr);

Completed in 23 milliseconds