Lines Matching refs:proxyProvider
58 Op(GrProxyProvider* proxyProvider, LazyProxyTest* test, bool nullTexture) in Op() argument
60 fProxy = proxyProvider->createFullyLazyProxy([this, nullTexture]( in Op()
109 ClipFP(GrProxyProvider* proxyProvider, LazyProxyTest* test, GrTextureProxy* atlas) in ClipFP() argument
111 , fProxyProvider(proxyProvider) in ClipFP()
114 fLazyProxy = proxyProvider->createFullyLazyProxy( in ClipFP()
158 GrProxyProvider* proxyProvider = context->contextPriv().proxyProvider(); in apply() local
159 out->addCoverageFP(skstd::make_unique<ClipFP>(proxyProvider, fTest, fAtlas)); in apply()
187 GrProxyProvider* proxyProvider = ctx->contextPriv().proxyProvider(); variable
200 skstd::make_unique<LazyProxyTest::Op>(proxyProvider, &test, nullTexture));
210 auto proxyProvider = ctx->contextPriv().proxyProvider(); variable
223 sk_sp<GrTextureProxy> proxy = proxyProvider->createLazyProxy(
260 LazyFailedInstantiationTestOp(GrProxyProvider* proxyProvider, int* testExecuteValue, in LazyFailedInstantiationTestOp() argument
269 fLazyProxy = proxyProvider->createLazyProxy( in LazyFailedInstantiationTestOp()
314 GrProxyProvider* proxyProvider = ctx->contextPriv().proxyProvider(); variable
325 skstd::make_unique<LazyFailedInstantiationTestOp>(proxyProvider, &executeTestValue,