Searched refs:fPrimaryCommandBuffer (Results 1 – 2 of 2) sorted by relevance
47 , fPrimaryCommandBuffer(primaryCmdBuffer) in GrVkCommandPool()93 fPrimaryCommandBuffer->releaseResources(); in releaseResources()94 fPrimaryCommandBuffer->recycleSecondaryCommandBuffers(this); in releaseResources()104 fPrimaryCommandBuffer->freeGPUData(fGpu, fCommandPool); in freeGPUData()
33 GrVkPrimaryCommandBuffer* getPrimaryCommandBuffer() { return fPrimaryCommandBuffer.get(); } in getPrimaryCommandBuffer()64 std::unique_ptr<GrVkPrimaryCommandBuffer> fPrimaryCommandBuffer; variable