Searched refs:BindBufferBase (Results 1 – 4 of 4) sorted by relevance
1491 { "glBindBufferBase", _O(BindBufferBase) },
33 void BindBufferBase(GLenum target, GLuint index, GLuint buffer) override;
37 void MojoGLES2Impl::BindBufferBase(GLenum target, GLuint index, GLuint buffer) { in BindBufferBase() function in mojo::MojoGLES2Impl
75 #define glBindBufferBase MANGLE(BindBufferBase)