Searched refs:fOwningTexture (Results 1 – 2 of 2) sorted by relevance
288 SkASSERT(!fOwningTexture || fOwningTexture == owningTexture); in addIdleProc()289 fOwningTexture = owningTexture; in addIdleProc()299 void GrVkImage::Resource::removeOwningTexture() const { fOwningTexture = nullptr; } in removeOwningTexture()308 if (fOwningTexture) { in notifyRemovedFromCommandBuffer()309 if (fOwningTexture->resourcePriv().hasRefOrPendingIO()) { in notifyRemovedFromCommandBuffer()313 fOwningTexture->callIdleProcsOnBehalfOfResource(); in notifyRemovedFromCommandBuffer()
238 mutable GrVkTexture* fOwningTexture = nullptr; variable