Home
last modified time | relevance | path

Searched refs:glBindBuffer_t (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h63 glBindBuffer_t glBindBuffer;
Dgl_proc.h63 typedef void (GL_APIENTRY *glBindBuffer_t) (GLenum, GLuint); typedef
DGLDispatch.cpp80 s_gl.glBindBuffer = (glBindBuffer_t) s_gles_lib->findSymbol("glBindBuffer"); in init_gl_dispatch()