Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp431 GrVkSecondaryCommandBuffer* currCmdBuf = fCommandBufferInfos[fCurrentCmdInfo].currentCmdBuf(); in bindGeometry() local
446 currCmdBuf->bindInputBuffer(fGpu, binding++, in bindGeometry()
455 currCmdBuf->bindInputBuffer(fGpu, binding++, in bindGeometry()
464 currCmdBuf->bindIndexBuffer(fGpu, static_cast<const GrVkIndexBuffer*>(indexBuffer)); in bindGeometry()