• Home
  • Raw
  • Download

Lines Matching refs:contextPriv

141     GrGpu* gpu = ctx->contextPriv().getGpu();  in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
298 GrGpu* gpu = ctx->contextPriv().getGpu(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
421 GrGpu* gpu = ctx->contextPriv().getGpu(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
496 REPORTER_ASSERT(reporter, ctx->contextPriv().resourceProvider()->findByUniqueKey<>(texKey1)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
512 ctx->contextPriv().getResourceCache()->purgeAsNeeded(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
515 REPORTER_ASSERT(reporter, !ctx->contextPriv().resourceProvider()->findByUniqueKey<>(texKey1)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
542 REPORTER_ASSERT(reporter, ctx->contextPriv().resourceProvider()->findByUniqueKey<>(texKey2)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
566 ctx->contextPriv().getResourceCache()->purgeAsNeeded(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
567 REPORTER_ASSERT(reporter, ctx->contextPriv().resourceProvider()->findByUniqueKey<>(texKey2)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
589 ctx->contextPriv().getResourceCache()->purgeAsNeeded(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
590 REPORTER_ASSERT(reporter, ctx->contextPriv().resourceProvider()->findByUniqueKey<>(texKey2)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
618 ctx->contextPriv().getResourceCache()->purgeAsNeeded(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
619 REPORTER_ASSERT(reporter, !ctx->contextPriv().resourceProvider()->findByUniqueKey<>(texKey2)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
620 REPORTER_ASSERT(reporter, ctx->contextPriv().resourceProvider()->findByUniqueKey<>(texKey3)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
657 ctx->contextPriv().getResourceCache()->purgeAsNeeded(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
664 ctx->contextPriv().getResourceCache()->purgeAsNeeded(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
665 REPORTER_ASSERT(reporter, !ctx->contextPriv().resourceProvider()->findByUniqueKey<>(texKey3)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
698 GrGpu* gpu = ctx->contextPriv().getGpu(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
759 ctx->contextPriv().getResourceCache()->purgeAsNeeded(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
764 auto surf = ctx->contextPriv().resourceProvider()->findByUniqueKey<GrSurface>(key); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
775 ctx->contextPriv().getResourceCache()->purgeAsNeeded(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
778 auto surf = ctx->contextPriv().resourceProvider()->findByUniqueKey<GrSurface>(key); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
817 GrGpu* gpu = ctx->contextPriv().getGpu(); in DEF_GPUTEST()
866 GrGpu* gpu = ctx->contextPriv().getGpu(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
896 textures[i] = ctx->contextPriv().resourceProvider()->createTexture(desc, SkBudgeted::kYes); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()