Lines Matching refs:char1
344 SkSurfaceCharacterization char1 = params1.createCharacterization(context); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
345 if (!char1.isValid()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
359 REPORTER_ASSERT(reporter, char1 == char2); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
361 REPORTER_ASSERT(reporter, char1 != char2); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
496 SkSurfaceCharacterization char1 = char0.createResized(-1, -1); in DDLSurfaceCharacterizationTestImpl() local
497 REPORTER_ASSERT(reporter, !char1.isValid()); in DDLSurfaceCharacterizationTestImpl()
529 SkSurfaceCharacterization char1 = char0.createColorSpace(std::move(newCS)); in DDLSurfaceCharacterizationTestImpl() local
530 REPORTER_ASSERT(reporter, char1.isValid()); in DDLSurfaceCharacterizationTestImpl()
531 REPORTER_ASSERT(reporter, !char1.colorSpace()->isSRGB()); in DDLSurfaceCharacterizationTestImpl()
532 REPORTER_ASSERT(reporter, char1.colorSpace()->gammaIsLinear()); in DDLSurfaceCharacterizationTestImpl()
573 SkSurfaceCharacterization char1 = char0.createBackendFormat(kRGB_565_SkColorType, in DDLSurfaceCharacterizationTestImpl() local
575 REPORTER_ASSERT(reporter, char1.isValid()); in DDLSurfaceCharacterizationTestImpl()
576 REPORTER_ASSERT(reporter, char1.backendFormat() == newBackendFormat); in DDLSurfaceCharacterizationTestImpl()
605 SkSurfaceCharacterization char1 = char0.createFBO0(true); in DDLSurfaceCharacterizationTestImpl() local
606 REPORTER_ASSERT(reporter, char1.isValid()); in DDLSurfaceCharacterizationTestImpl()
607 REPORTER_ASSERT(reporter, char1.usesGLFBO0()); in DDLSurfaceCharacterizationTestImpl()