Home
last modified time | relevance | path

Searched refs:fOwningTexture (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/vk/
DGrVkImage.cpp288 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()
DGrVkImage.h238 mutable GrVkTexture* fOwningTexture = nullptr; variable