Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkCommandPool.h35 std::unique_ptr<GrVkSecondaryCommandBuffer> findOrCreateSecondaryCommandBuffer(GrVkGpu* gpu);
DGrVkCommandPool.cpp52 std::unique_ptr<GrVkSecondaryCommandBuffer> GrVkCommandPool::findOrCreateSecondaryCommandBuffer( in findOrCreateSecondaryCommandBuffer() function in GrVkCommandPool
DGrVkOpsRenderPass.cpp250 fCurrentSecondaryCommandBuffer = fGpu->cmdPool()->findOrCreateSecondaryCommandBuffer(fGpu); in init()
579 fCurrentSecondaryCommandBuffer = fGpu->cmdPool()->findOrCreateSecondaryCommandBuffer(fGpu); in addAdditionalRenderPass()