Lines Matching refs:get
113 fAttribArrayState = fGpu->bindInternalVertexArray(indexBuffer.get(), numAttribs,
118 auto* cpuIndexBuffer = static_cast<const GrCpuBuffer*>(indexBuffer.get());
127 this->bindInstanceBuffer(instanceBuffer.get(), 0);
137 this->bindVertexBuffer(vertexBuffer.get(), 0);
185 this->bindVertexBuffer(fActiveVertexBuffer.get(), baseVertex);
204 this->bindVertexBuffer(fActiveVertexBuffer.get(), baseVertex);
222 this->bindVertexBuffer(fActiveVertexBuffer.get(), 0);
234 this->bindInstanceBuffer(fActiveInstanceBuffer.get(), baseInstanceForDraw);
255 this->bindInstanceBuffer(fActiveInstanceBuffer.get(), baseInstanceForDraw);
256 this->bindVertexBuffer(fActiveVertexBuffer.get(), baseVertex);
282 this->bindVertexBuffer(fActiveVertexBuffer.get(), 0);