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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 174 glDrawTexsvOES_t glDrawTexsvOES;
gl_proc.h 174 typedef void (GL_APIENTRY *glDrawTexsvOES_t) (const GLshort*);
GLDispatch.cpp 191 s_gl.glDrawTexsvOES = (glDrawTexsvOES_t) s_gles_lib->findSymbol("glDrawTexsvOES");
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 174 glDrawTexsvOES_t glDrawTexsvOES;
446 glDrawTexsvOES_t set_glDrawTexsvOES(glDrawTexsvOES_t f) { glDrawTexsvOES_t retval = glDrawTexsvOES; glDrawTexsvOES = f; return retval;}
    [all...]
gles_proc.h 174 typedef void (* glDrawTexsvOES_t) (const GLshort*);
gles_dispatch.cpp 176 ptr = dlsym(gles_android,"glDrawTexsvOES"); disp->set_glDrawTexsvOES((glDrawTexsvOES_t)ptr);

Completed in 28 milliseconds