Home
last modified time | relevance | path

Searched refs:BindBufferBase (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1491 { "glBindBufferBase", _O(BindBufferBase) },
/external/libmojo/mojo/gpu/
Dmojo_gles2_impl_autogen.h33 void BindBufferBase(GLenum target, GLuint index, GLuint buffer) override;
Dmojo_gles2_impl_autogen.cc37 void MojoGLES2Impl::BindBufferBase(GLenum target, GLuint index, GLuint buffer) { in BindBufferBase() function in mojo::MojoGLES2Impl
/external/mesa3d/include/GL/
Dgl_mangle.h75 #define glBindBufferBase MANGLE(BindBufferBase)