Home
last modified time | relevance | path

Searched defs:currentCommandBuffer (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/vk/
DGrVkGpu.h79 GrVkPrimaryCommandBuffer* currentCommandBuffer() const { return fMainCmdBuffer; } in currentCommandBuffer() function
DGrVkOpsRenderPass.cpp286 GrVkCommandBuffer* GrVkOpsRenderPass::currentCommandBuffer() { in currentCommandBuffer() function in GrVkOpsRenderPass
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.h69 GrVkPrimaryCommandBuffer* currentCommandBuffer() { return fCurrentCmdBuffer; } in currentCommandBuffer() function