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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 171 glDrawTexsOES_t glDrawTexsOES;
gl_proc.h 171 typedef void (GL_APIENTRY *glDrawTexsOES_t) (GLshort, GLshort, GLshort, GLshort, GLshort);
GLDispatch.cpp 188 s_gl.glDrawTexsOES = (glDrawTexsOES_t) s_gles_lib->findSymbol("glDrawTexsOES");
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 171 glDrawTexsOES_t glDrawTexsOES;
443 glDrawTexsOES_t set_glDrawTexsOES(glDrawTexsOES_t f) { glDrawTexsOES_t retval = glDrawTexsOES; glDrawTexsOES = f; return retval;}
    [all...]
gles_proc.h 171 typedef void (* glDrawTexsOES_t) (GLshort, GLshort, GLshort, GLshort, GLshort);
gles_dispatch.cpp 173 ptr = dlsym(gles_android,"glDrawTexsOES"); disp->set_glDrawTexsOES((glDrawTexsOES_t)ptr);

Completed in 63 milliseconds