Searched refs:glBindBuffer_t (Results 1 – 3 of 3) sorted by relevance
63 glBindBuffer_t glBindBuffer;
63 typedef void (GL_APIENTRY *glBindBuffer_t) (GLenum, GLuint); typedef
80 s_gl.glBindBuffer = (glBindBuffer_t) s_gles_lib->findSymbol("glBindBuffer"); in init_gl_dispatch()