Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DBaseDevice.cpp69 GrRenderTargetProxy* oldRTP = this->targetProxy(); in replaceBackingProxy() local
84 oldRTP->numSamples(), in replaceBackingProxy()
87 oldRTP->isBudgeted(), in replaceBackingProxy()
/third_party/skia/src/image/
DSkSurface_Gpu.cpp546 auto* oldRTP = fDevice->targetProxy(); in onReplaceBackendTexture() local
547 auto oldProxy = sk_ref_sp(oldRTP->asTextureProxy()); in onReplaceBackendTexture()