Lines Matching defs:buffer
1398 // unbind the texture from the texture unit before binding it to the frame buffer
1615 // unbind the texture from the texture unit before binding it to the frame buffer
1949 GrGLenum GrGLGpu::bindBuffer(GrGpuBufferType type, const GrBuffer* buffer) {
1952 // Index buffer state is tied to the vertex array.
1958 if (buffer->isCpuBuffer()) {
1964 } else if (static_cast<const GrGpuBuffer*>(buffer)->uniqueID() !=
1966 const GrGLBuffer* glBuffer = static_cast<const GrGLBuffer*>(buffer);
2058 // The framebuffer binding changed in the middle of a command buffer. We should have already
2180 // determine if GL can read using the passed rowBytes or if we need a scratch buffer.
2210 void* buffer,
2230 buffer,
2277 // lots of repeated command buffer flushes when the compositor is
2993 SkDebugf("WARNING: GL FBO binding changed while executing a command buffer. "
3785 // is allowed for textures but not render buffer internal formats.
3951 // bindBuffer implicitly binds VAO 0 when binding an index buffer.
3993 // The GrGLOpsRenderPass doesn't buffer ops so there is nothing to do here