Searched refs:fPrimaryCommandBuffer (Results 1 – 4 of 4) sorted by relevance
30 fPrimaryCommandBuffer = GrVkPrimaryCommandBuffer::Create(gpu, this); in GrVkCommandPool()54 fPrimaryCommandBuffer->recycleSecondaryCommandBuffers(); in reset()60 fPrimaryCommandBuffer->releaseResources(gpu); in releaseResources()67 fPrimaryCommandBuffer->unrefAndAbandon(); in abandonGPUData()75 fPrimaryCommandBuffer->unref(gpu); in freeGPUData()
32 GrVkPrimaryCommandBuffer* getPrimaryCommandBuffer() { return fPrimaryCommandBuffer; } in getPrimaryCommandBuffer()64 GrVkPrimaryCommandBuffer* fPrimaryCommandBuffer; variable