• Home
  • Raw
  • Download

Lines Matching refs:ddl

388     sk_sp<SkDeferredDisplayList> ddl;  in DDLSurfaceCharacterizationTestImpl()  local
396 ddl = params.createDDL(dContext); in DDLSurfaceCharacterizationTestImpl()
397 SkAssertResult(ddl); in DDLSurfaceCharacterizationTestImpl()
405 REPORTER_ASSERT(reporter, s->draw(ddl)); in DDLSurfaceCharacterizationTestImpl()
423 REPORTER_ASSERT(reporter, !s->draw(ddl), in DDLSurfaceCharacterizationTestImpl()
437 REPORTER_ASSERT(reporter, !s->draw(ddl)); in DDLSurfaceCharacterizationTestImpl()
444 REPORTER_ASSERT(reporter, s->draw(ddl)); in DDLSurfaceCharacterizationTestImpl()
448 REPORTER_ASSERT(reporter, s->draw(ddl)); in DDLSurfaceCharacterizationTestImpl()
452 REPORTER_ASSERT(reporter, s->draw(ddl)); in DDLSurfaceCharacterizationTestImpl()
466 REPORTER_ASSERT(reporter, !s->draw(ddl)); // bc the DDL was made w/ textureability in DDLSurfaceCharacterizationTestImpl()
699 sk_sp<SkDeferredDisplayList> ddl = params.createDDL(dContext); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
700 REPORTER_ASSERT(reporter, ddl.get()); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
729 sk_sp<SkDeferredDisplayList> ddl; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
740 ddl = params.createDDL(context); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
741 SkAssertResult(ddl); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
758 REPORTER_ASSERT(reporter, s->draw(ddl)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1063 sk_sp<SkDeferredDisplayList> ddl; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
1089 ddl = recorder.detach(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1094 s->draw(ddl); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()