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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 235 glMapBufferOES_t glMapBufferOES;
gl_proc.h 235 typedef void* (GL_APIENTRY *glMapBufferOES_t) (GLenum, GLenum);
GLDispatch.cpp 252 s_gl.glMapBufferOES = (glMapBufferOES_t) s_gles_lib->findSymbol("glMapBufferOES");
  /development/tools/emulator/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 28 milliseconds