• Home
  • Raw
  • Download

Lines Matching refs:contextPriv

36     SkASSERT(fContext->contextPriv().contextID() == newContext->contextPriv().contextID());  in resetContext()
57 *config = ctx->contextPriv().caps()->getConfigFromBackendFormat(backendFormat, ct); in ValidateBackendTexture()
64 return fContext->contextPriv().contextID(); in contextID()
68 if (!fContext->contextPriv().resourceProvider()) { in getROPixels()
93 sk_sp<GrSurfaceContext> sContext = fContext->contextPriv().makeWrappedSurfaceContext( in getROPixels()
125 sk_sp<GrSurfaceContext> sContext(fContext->contextPriv().makeDeferredSurfaceContext( in onMakeSubset()
165 if (!fContext->contextPriv().resourceProvider()) { in onReadPixels()
187 sk_sp<GrSurfaceContext> sContext = fContext->contextPriv().makeWrappedSurfaceContext( in onReadPixels()
214 if (context->contextPriv().contextID() != fContext->contextPriv().contextID()) { in asTextureProxyRef()
229 if (!fContext->contextPriv().resourceProvider() && !proxy->isInstantiated()) { in onGetBackendTexture()
234 if (!proxy->instantiate(fContext->contextPriv().resourceProvider())) { in onGetBackendTexture()
242 fContext->contextPriv().prepareSurfaceForExternalIO(proxy.get()); in onGetBackendTexture()
259 if (!fContext->contextPriv().resourceProvider() && !proxyRef->isInstantiated()) { in onGetTexture()
264 if (!proxy->instantiate(fContext->contextPriv().resourceProvider())) { in onGetTexture()
288 GrProxyProvider* proxyProvider = ctx->contextPriv().proxyProvider(); in MakeTempTextureProxies()
300 ctx->contextPriv().caps()->getYUVAConfigFromBackendFormat(backendFormat); in MakeTempTextureProxies()
363 ctx->contextPriv().flushSurfaceWrites(renderTargetContext->asSurfaceProxy()); in RenderYUVAToRGBA()
512 fContextID == tex->getContext()->contextPriv().contextID()); in MakePromiseImageLazyProxy()
513 fContextID = tex->getContext()->contextPriv().contextID(); in MakePromiseImageLazyProxy()
605 GrProxyProvider* proxyProvider = context->contextPriv().proxyProvider(); in MakePromiseImageLazyProxy()