Home
last modified time | relevance | path

Searched refs:currCmdBuf (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp599 GrVkSecondaryCommandBuffer* currCmdBuf = fCommandBufferInfos[fCurrentCmdInfo].currentCmdBuf(); in bindGeometry() local
614 currCmdBuf->bindInputBuffer(fGpu, binding++, in bindGeometry()
623 currCmdBuf->bindInputBuffer(fGpu, binding++, in bindGeometry()
631 currCmdBuf->bindIndexBuffer(fGpu, static_cast<const GrVkIndexBuffer*>(indexBuffer)); in bindGeometry()
/external/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp596 GrVkSecondaryCommandBuffer* currCmdBuf = fCommandBufferInfos[fCurrentCmdInfo].currentCmdBuf(); in bindGeometry() local
610 currCmdBuf->bindInputBuffer(fGpu, binding++, in bindGeometry()
618 currCmdBuf->bindInputBuffer(fGpu, binding++, in bindGeometry()
625 currCmdBuf->bindIndexBuffer(fGpu, static_cast<const GrVkIndexBuffer*>(indexBuffer)); in bindGeometry()