Lines Matching refs:ddl
390 sk_sp<SkDeferredDisplayList> ddl; in DDLSurfaceCharacterizationTestImpl() local
398 ddl = params.createDDL(dContext); in DDLSurfaceCharacterizationTestImpl()
399 SkAssertResult(ddl); in DDLSurfaceCharacterizationTestImpl()
407 REPORTER_ASSERT(reporter, s->draw(ddl)); in DDLSurfaceCharacterizationTestImpl()
425 REPORTER_ASSERT(reporter, !s->draw(ddl), in DDLSurfaceCharacterizationTestImpl()
439 REPORTER_ASSERT(reporter, !s->draw(ddl)); in DDLSurfaceCharacterizationTestImpl()
446 REPORTER_ASSERT(reporter, s->draw(ddl)); in DDLSurfaceCharacterizationTestImpl()
450 REPORTER_ASSERT(reporter, s->draw(ddl)); in DDLSurfaceCharacterizationTestImpl()
454 REPORTER_ASSERT(reporter, s->draw(ddl)); in DDLSurfaceCharacterizationTestImpl()
468 REPORTER_ASSERT(reporter, !s->draw(ddl)); // bc the DDL was made w/ textureability in DDLSurfaceCharacterizationTestImpl()
701 sk_sp<SkDeferredDisplayList> ddl = params.createDDL(dContext); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
702 REPORTER_ASSERT(reporter, ddl.get()); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
731 sk_sp<SkDeferredDisplayList> ddl; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
742 ddl = params.createDDL(context); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
743 SkAssertResult(ddl); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
760 REPORTER_ASSERT(reporter, s->draw(ddl)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1065 sk_sp<SkDeferredDisplayList> ddl; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
1091 ddl = recorder.detach(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1096 s->draw(ddl); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()