Searched refs:randomView (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/src/gpu/effects/ |
D | GrBicubicEffect.cpp | 258 auto [view, ct, at] = d->randomView(); in TestCreate() 282 auto [view, ct, at] = d->randomView(); in TestCreate()
|
D | GrBitmapTextGeoProc.cpp | 202 auto [view, ct, at] = d->randomView(); in TestCreate()
|
D | GrGaussianConvolutionFragmentProcessor.cpp | 248 auto [view, ct, at] = d->randomView(); in TestCreate()
|
D | GrMatrixConvolutionEffect.cpp | 352 auto [view, ct, at] = d->randomView(); in TestCreate()
|
D | GrDistanceFieldGeoProc.cpp | 867 auto [view, ct, at] = d->randomView(); in TestCreate()
|
D | GrTextureEffect.cpp | 793 auto [view, ct, at] = testData->randomView(); in TestCreate()
|
/third_party/skia/src/gpu/ |
D | GrProcessorUnitTest.h | 65 ViewInfo randomView();
|
D | GrProcessorUnitTest.cpp | 53 GrProcessorTestData::ViewInfo GrProcessorTestData::randomView() { in randomView() function in GrProcessorTestData
|
/third_party/skia/src/effects/imagefilters/ |
D | SkDisplacementMapImageFilter.cpp | 500 auto [dispView, ct1, at1] = d->randomView(); in TestCreate() 501 auto [colorView, ct2, at2] = d->randomView(); in TestCreate()
|
D | SkMorphologyImageFilter.cpp | 347 auto [view, ct, at] = d->randomView(); in TestCreate()
|
D | SkLightingImageFilter.cpp | 1730 auto [view, ct, at] = d->randomView(); in TestCreate() 1922 auto [view, ct, at] = d->randomView(); in TestCreate()
|