Home | History | Annotate | Download | only in gl

Lines Matching defs:bindBuffer

839     this->bindBuffer(kXferCpuToGpu_GrBufferType, glBuffer);
1033 GL_CALL(BindBuffer(xferBufferState.fGLTarget, 0));
1890 GrGLenum GrGLGpu::bindBuffer(GrBufferType type, const GrBuffer* buffer) {
1904 GL_CALL(BindBuffer(bufferState.fGLTarget, 0));
1908 GL_CALL(BindBuffer(bufferState.fGLTarget, glBuffer->bufferID()));
4290 // bindBuffer implicitly binds VAO 0 when binding an index buffer.
4291 gpu->bindBuffer(kIndex_GrBufferType, ibuf);