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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 177 glDrawTexfOES_t glDrawTexfOES;
gl_proc.h 177 typedef void (GL_APIENTRY *glDrawTexfOES_t) (GLfloat, GLfloat, GLfloat, GLfloat, GLfloat);
GLDispatch.cpp 194 s_gl.glDrawTexfOES = (glDrawTexfOES_t) s_gles_lib->findSymbol("glDrawTexfOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 177 glDrawTexfOES_t glDrawTexfOES;
449 glDrawTexfOES_t set_glDrawTexfOES(glDrawTexfOES_t f) { glDrawTexfOES_t retval = glDrawTexfOES; glDrawTexfOES = f; return retval;}
    [all...]
gles_proc.h 177 typedef void (* glDrawTexfOES_t) (GLfloat, GLfloat, GLfloat, GLfloat, GLfloat);
gles_dispatch.cpp 179 ptr = dlsym(gles_android,"glDrawTexfOES"); disp->set_glDrawTexfOES((glDrawTexfOES_t)ptr);

Completed in 29 milliseconds