• Home
  • Raw
  • Download

Lines Matching refs:contextPriv

123     if (context->contextPriv().caps()->avoidStencilBuffers()) {
127 GrResourceProvider* resourceProvider = context->contextPriv().resourceProvider();
157 context->contextPriv().caps()->getRenderTargetSampleCount(2, kRGBA_8888_GrPixelConfig);
185 int bigSampleCount = context->contextPriv().caps()->getRenderTargetSampleCount(
200 GrResourceProvider* resourceProvider = context->contextPriv().resourceProvider(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
201 GrGpu* gpu = context->contextPriv().getGpu(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
355 GrResourceCache* cache = fContext->contextPriv().getResourceCache(); in Mock()
360 GrResourceCache* cache() { return fContext->contextPriv().getResourceCache(); } in cache()
376 GrGpu* gpu = context->contextPriv().getGpu(); in test_no_key()
430 GrGpu* gpu = context->contextPriv().getGpu(); in test_purge_unlocked()
494 GrGpu* gpu = context->contextPriv().getGpu(); in test_budgeting()
621 GrGpu* gpu = context->contextPriv().getGpu(); in test_unbudgeted()
694 GrGpu* gpu = context->contextPriv().getGpu(); in test_unbudgeted_to_scratch()
761 GrGpu* gpu = context->contextPriv().getGpu(); in test_duplicate_scratch_key()
807 GrGpu* gpu = context->contextPriv().getGpu(); in test_remove_scratch_key()
867 GrGpu* gpu = context->contextPriv().getGpu(); in test_scratch_key_consistency()
927 GrGpu* gpu = context->contextPriv().getGpu(); in test_duplicate_unique_key()
1020 GrGpu* gpu = context->contextPriv().getGpu(); in test_purge_invalidated()
1048 Bus::Post(Msg(key1, context->contextPriv().contextID())); in test_purge_invalidated()
1049 Bus::Post(Msg(key2, context->contextPriv().contextID())); in test_purge_invalidated()
1058 Bus::Post(Msg(key3, context->contextPriv().contextID())); in test_purge_invalidated()
1089 GrGpu* gpu = context->contextPriv().getGpu(); in test_cache_chained_purge()
1136 GrGpu* gpu = context->contextPriv().getGpu(); in test_timestamp_wrap()
1193 GrGpu* gpu = context->contextPriv().getGpu(); in test_time_purge()
1296 GrGpu* gpu = context->contextPriv().getGpu(); in test_partial_purge()
1389 context->contextPriv().purgeAllUnlockedResources_ForTesting(); in test_partial_purge()
1405 GrGpu* gpu = context->contextPriv().getGpu(); in test_large_resource_count()
1473 GrGpu* gpu = context->contextPriv().getGpu(); in test_abandoned()
1508 GrGpu* gpu = context->contextPriv().getGpu(); in test_tags()
1545 GrGpu* gpu = context->contextPriv().getGpu(); in test_free_resource_messages()
1574 GrGpuResourceFreedMessage msg1{wrapped1, context->contextPriv().contextID()}; in test_free_resource_messages()
1580 GrGpuResourceFreedMessage msg2{wrapped3, context->contextPriv().contextID()}; in test_free_resource_messages()
1653 GrProxyProvider* proxyProvider = context->contextPriv().proxyProvider(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1654 GrResourceProvider* resourceProvider = context->contextPriv().resourceProvider(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1666 size_t sampleCount = (size_t)context->contextPriv().caps()->getRenderTargetSampleCount( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1685 const GrCaps* caps = context->contextPriv().caps(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1694 size_t sampleCount = (size_t)context->contextPriv().caps()->getRenderTargetSampleCount( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()