Home | History | Annotate | Download | only in gpu

Lines Matching refs:tempProxy

302     sk_sp<GrTextureProxy> tempProxy;
304 tempProxy = GrSurfaceProxy::MakeDeferred(this->resourceProvider(),
308 if (!tempProxy && GrGpu::kRequireDraw_DrawPreference == drawPreference) {
315 if (tempProxy) {
318 fp = this->createUPMToPMEffect(tempProxy, SkMatrix::I());
323 tempProxy.reset(nullptr);
329 if (tempProxy) {
331 fp = GrSimpleTextureEffect::Make(this->resourceProvider(), tempProxy, nullptr,
339 GrTexture* texture = tempProxy->instantiate(this->resourceProvider());
388 if (!tempProxy) {