Searched defs:bindBuffer (Results 1 – 7 of 7) sorted by relevance
80 void bindBuffer(GLenum binding, GLuint buffer) { in bindBuffer() function in emugl::SnapshotGlBufferObjectsTest
145 ANGLE_INLINE void Context::bindBuffer(BufferBinding target, BufferID buffer) in bindBuffer() function
360 auto bindBuffer = [this](GLenum target, GLuint buffer) { in postLoadRestoreCtx() local
784 auto bindBuffer = [this](GLenum target, GLuint buffer) { in postLoadRestoreCtx() local1187 GLuint GLEScontext::bindBuffer(GLenum target,GLuint buffer) { in bindBuffer() function in GLEScontext
362 void StateManagerGL::bindBuffer(gl::BufferBinding target, GLuint buffer) in bindBuffer() function in rx::StateManagerGL
134 PFNGLBINDBUFFERPROC bindBuffer = nullptr; variable
787 int GLClientState::bindBuffer(GLenum target, GLuint id) in bindBuffer() function in GLClientState