Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkCommandBuffer.h111 resource->notifyAddedToCommandBuffer(); in addResource()
119 resource->notifyAddedToCommandBuffer(); in addRecycledResource()
127 resource->notifyAddedToCommandBuffer(); in addRecordingResource()
DGrVkResource.h147 virtual void notifyAddedToCommandBuffer() const {} in notifyAddedToCommandBuffer() function
DGrVkImage.h189 void notifyAddedToCommandBuffer() const override;
DGrVkImage.cpp258 void GrVkImage::Resource::notifyAddedToCommandBuffer() const { ++fNumCommandBufferOwners; } in notifyAddedToCommandBuffer() function in GrVkImage::Resource