Searched refs:fNumCommandBufferOwners (Results 1 – 4 of 4) sorted by relevance
258 void GrVkImage::Resource::notifyAddedToCommandBuffer() const { ++fNumCommandBufferOwners; } in notifyAddedToCommandBuffer()261 SkASSERT(fNumCommandBufferOwners); in notifyRemovedFromCommandBuffer()262 if (--fNumCommandBufferOwners || !fIdleProc) { in notifyRemovedFromCommandBuffer()
191 bool isOwnedByCommandBuffer() const { return fNumCommandBufferOwners > 0; } in isOwnedByCommandBuffer()205 mutable int fNumCommandBufferOwners = 0; variable
280 void GrVkImage::Resource::notifyAddedToCommandBuffer() const { ++fNumCommandBufferOwners; } in notifyAddedToCommandBuffer()283 SkASSERT(fNumCommandBufferOwners); in notifyRemovedFromCommandBuffer()284 if (--fNumCommandBufferOwners || !fIdleCallback) { in notifyRemovedFromCommandBuffer()
204 bool isOwnedByCommandBuffer() const { return fNumCommandBufferOwners > 0; } in isOwnedByCommandBuffer()227 mutable int fNumCommandBufferOwners = 0; variable