Home
last modified time | relevance | path

Searched refs:randomAlphaOnlyView (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/effects/
DGrShadowGeoProc.cpp78 auto [view, ct, at] = d->randomAlphaOnlyView(); in TestCreate()
DGrDistanceFieldGeoProc.cpp287 auto [view, ct, at] = d->randomAlphaOnlyView(); in TestCreate()
554 auto [view, ct, at] = d->randomAlphaOnlyView(); in TestCreate()
/third_party/skia/src/gpu/
DGrProcessorUnitTest.h66 ViewInfo randomAlphaOnlyView();
DGrProcessorUnitTest.cpp58 GrProcessorTestData::ViewInfo GrProcessorTestData::randomAlphaOnlyView() { in randomAlphaOnlyView() function in GrProcessorTestData