Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkCommandBuffer.h112 resource->notifyAddedToCommandBuffer(); in addResource()
120 resource->notifyAddedToCommandBuffer(); in addRecycledResource()
128 resource->notifyAddedToCommandBuffer(); in addRecordingResource()
DGrVkResource.h147 virtual void notifyAddedToCommandBuffer() const {} in notifyAddedToCommandBuffer() function
DGrVkImage.h202 void notifyAddedToCommandBuffer() const override;
DGrVkImage.cpp280 void GrVkImage::Resource::notifyAddedToCommandBuffer() const { ++fNumCommandBufferOwners; } in notifyAddedToCommandBuffer() function in GrVkImage::Resource
/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