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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 172 glDrawTexiOES_t glDrawTexiOES;
gl_proc.h 172 typedef void (GL_APIENTRY *glDrawTexiOES_t) (GLint, GLint, GLint, GLint, GLint);
GLDispatch.cpp 189 s_gl.glDrawTexiOES = (glDrawTexiOES_t) s_gles_lib->findSymbol("glDrawTexiOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 172 glDrawTexiOES_t glDrawTexiOES;
444 glDrawTexiOES_t set_glDrawTexiOES(glDrawTexiOES_t f) { glDrawTexiOES_t retval = glDrawTexiOES; glDrawTexiOES = f; return retval;}
    [all...]
gles_proc.h 172 typedef void (* glDrawTexiOES_t) (GLint, GLint, GLint, GLint, GLint);
gles_dispatch.cpp 174 ptr = dlsym(gles_android,"glDrawTexiOES"); disp->set_glDrawTexiOES((glDrawTexiOES_t)ptr);

Completed in 26 milliseconds