Lines Matching refs:std
328 std::move(fCurrentSecondaryCommandBuffer));
333 fGpu->submitSecondaryCommandBuffer(std::move(fCurrentSecondaryCommandBuffer));
378 fFramebuffer = std::move(framebuffer);
479 void GrVkOpsRenderPass::onClear(const GrScissorState& scissor, std::array<float, 4> color) {
602 fGpu->submitSecondaryCommandBuffer(std::move(fCurrentSecondaryCommandBuffer));
714 return fCurrentPipelineState->setAndBindInputAttachment(fGpu, std::move(ds),
746 currCmdBuf->bindInputBuffer(fGpu, binding++, std::move(vertexBuffer));
751 currCmdBuf->bindInputBuffer(fGpu, binding++, std::move(instanceBuffer));
756 currCmdBuf->bindIndexBuffer(fGpu, std::move(indexBuffer));
801 uint32_t currDrawCount = std::min(remainingDraws, maxDrawCount);
825 uint32_t currDrawCount = std::min(remainingDraws, maxDrawCount);
837 void GrVkOpsRenderPass::onExecuteDrawable(std::unique_ptr<SkDrawable::GpuDrawHandler> drawable) {
878 fGpu->addDrawable(std::move(drawable));