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

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 235 glMapBufferOES_t glMapBufferOES;
    [all...]
gles_proc.h 235 typedef void* (* glMapBufferOES_t) (GLenum, GLenum);
gles_dispatch.cpp 237 ptr = dlsym(gles_android,"glMapBufferOES"); disp->set_glMapBufferOES((glMapBufferOES_t)ptr);

Completed in 40 milliseconds