Searched refs:randomView (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrProcessorUnitTest.h | 65 ViewInfo randomView();
|
H A D | GrProcessorUnitTest.cpp | 53 GrProcessorTestData::ViewInfo GrProcessorTestData::randomView() { in randomView() function in GrProcessorTestData
|
/third_party/skia/src/gpu/effects/ |
H A D | GrBicubicEffect.cpp | 265 auto [view, ct, at] = d->randomView(); in TestCreate() 289 auto [view, ct, at] = d->randomView(); in TestCreate()
|
H A D | GrGaussianConvolutionFragmentProcessor.cpp | 255 auto [view, ct, at] = d->randomView(); in TestCreate()
|
H A D | GrBitmapTextGeoProc.cpp | 210 auto [view, ct, at] = d->randomView(); in TestCreate()
|
H A D | GrMatrixConvolutionEffect.cpp | 360 auto [view, ct, at] = d->randomView(); in TestCreate()
|
H A D | GrDistanceFieldGeoProc.cpp | 891 auto [view, ct, at] = d->randomView(); in TestCreate()
|
H A D | GrTextureEffect.cpp | 800 auto [view, ct, at] = testData->randomView(); in TestCreate()
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkDisplacementMapImageFilter.cpp | 509 auto [dispView, ct1, at1] = d->randomView(); in TestCreate() 510 auto [colorView, ct2, at2] = d->randomView(); in TestCreate()
|
H A D | SkMorphologyImageFilter.cpp | 356 auto [view, ct, at] = d->randomView(); in TestCreate()
|
H A D | SkLightingImageFilter.cpp | 1735 auto [view, ct, at] = d->randomView(); in TestCreate() 1927 auto [view, ct, at] = d->randomView(); in TestCreate()
|
Completed in 13 milliseconds