Lines Matching refs:contextPriv
62 GrProxyProvider* proxyProvider = context->contextPriv().proxyProvider(); in make_backend()
63 GrGpu* gpu = context->contextPriv().getGpu(); in make_backend()
86 context->contextPriv().getGpu()->deleteTestingOnlyBackendTexture(backendTex); in cleanup_backend()
141 const GrCaps* caps = ctxInfo.grContext()->contextPriv().caps(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
142 GrProxyProvider* proxyProvider = ctxInfo.grContext()->contextPriv().proxyProvider(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
143 GrResourceProvider* resourceProvider = ctxInfo.grContext()->contextPriv().resourceProvider(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
188 int k2 = ctxInfo.grContext()->contextPriv().caps()->getRenderTargetSampleCount( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
190 int k4 = ctxInfo.grContext()->contextPriv().caps()->getRenderTargetSampleCount( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
271 GrResourceProvider* resourceProvider = ctxInfo.grContext()->contextPriv().resourceProvider(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
323 GrResourceProvider* resourceProvider = ctxInfo.grContext()->contextPriv().resourceProvider(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
335 auto proxyProvider = context->contextPriv().proxyProvider(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
336 auto caps = context->contextPriv().caps(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()