Lines Matching refs:surfaceDrawContext
35 SkASSERT(fDevice->surfaceDrawContext()->asSurfaceProxy()->priv().isExact()); in SkSurface_Gpu()
65 GrSurfaceDrawContext* sdc = surface->getDevice()->surfaceDrawContext(); in prepare_rt_for_external_access()
69 sdc = surface->getDevice()->surfaceDrawContext(); in prepare_rt_for_external_access()
97 int sampleCount = fDevice->surfaceDrawContext()->numSamples(); in onNewSurface()
98 GrSurfaceOrigin origin = fDevice->surfaceDrawContext()->origin(); in onNewSurface()
106 GrSurfaceDrawContext* sdc = fDevice->surfaceDrawContext(); in onNewImageSnapshot()
160 auto* sdc = this->fDevice->surfaceDrawContext(); in onAsyncRescaleAndReadPixels()
178 auto* sdc = this->fDevice->surfaceDrawContext(); in onAsyncRescaleAndReadPixelsYUV420()
199 GrSurfaceDrawContext* sdc = fDevice->surfaceDrawContext(); in onCopyOnWrite()
213 void SkSurface_Gpu::onDiscard() { fDevice->surfaceDrawContext()->discard(); } in onDiscard()
223 GrSurfaceDrawContext* sdc = fDevice->surfaceDrawContext(); in onFlush()
234 GrSurfaceDrawContext* sdc = fDevice->surfaceDrawContext(); in onCharacterize()
293 GrSurfaceDrawContext* sdc = fDevice->surfaceDrawContext(); in onDraw()
319 GrSurfaceDrawContext* sdc = fDevice->surfaceDrawContext(); in onIsCompatible()
390 GrSurfaceDrawContext* sdc = fDevice->surfaceDrawContext(); in onDraw()
564 auto* oldSDC = fDevice->surfaceDrawContext(); in onReplaceBackendTexture()