Searched refs:fOwningTexture (Results 1 – 4 of 4) sorted by relevance
251 fOwningTexture = owner; in setIdleProc()256 void GrVkImage::Resource::removeOwningTexture() const { fOwningTexture = nullptr; } in removeOwningTexture()265 if (fOwningTexture && fOwningTexture->resourcePriv().hasRefOrPendingIO()) { in notifyRemovedFromCommandBuffer()269 if (fOwningTexture) { in notifyRemovedFromCommandBuffer()270 fOwningTexture->setIdleProc(nullptr, nullptr); in notifyRemovedFromCommandBuffer()
208 mutable GrVkTexture* fOwningTexture = nullptr; variable
274 fOwningTexture = owner; in replaceIdleProc()278 void GrVkImage::Resource::removeOwningTexture() const { fOwningTexture = nullptr; } in removeOwningTexture()287 if (fOwningTexture) { in notifyRemovedFromCommandBuffer()288 if (fOwningTexture->resourcePriv().hasRefOrPendingIO()) { in notifyRemovedFromCommandBuffer()291 fOwningTexture->removeIdleProc(); in notifyRemovedFromCommandBuffer()
229 mutable GrVkTexture* fOwningTexture = nullptr; variable