Searched refs:randomView (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/gpu/ |
D | GrProcessorUnitTest.h | 72 ViewInfo randomView();
|
D | GrProcessorUnitTest.cpp | 52 GrProcessorTestData::ViewInfo GrProcessorTestData::randomView() { in randomView() function in GrProcessorTestData
|
/external/skia/src/gpu/effects/ |
D | GrBicubicEffect.cpp | 265 auto [view, ct, at] = d->randomView(); in TestCreate() 289 auto [view, ct, at] = d->randomView(); in TestCreate()
|
D | GrBitmapTextGeoProc.cpp | 212 auto [view, ct, at] = d->randomView(); in TestCreate()
|
D | GrGaussianConvolutionFragmentProcessor.cpp | 263 auto [view, ct, at] = d->randomView(); in TestCreate()
|
D | GrMatrixConvolutionEffect.cpp | 364 auto [view, ct, at] = d->randomView(); in TestCreate()
|
D | GrTextureEffect.cpp | 794 auto [view, ct, at] = testData->randomView(); in TestCreate()
|
D | GrDistanceFieldGeoProc.cpp | 892 auto [view, ct, at] = d->randomView(); in TestCreate()
|
/external/skia/src/effects/imagefilters/ |
D | SkDisplacementMapImageFilter.cpp | 507 auto [dispView, ct1, at1] = d->randomView(); in TestCreate() 508 auto [colorView, ct2, at2] = d->randomView(); in TestCreate()
|
D | SkMorphologyImageFilter.cpp | 355 auto [view, ct, at] = d->randomView(); in TestCreate()
|
D | SkLightingImageFilter.cpp | 1719 auto [view, ct, at] = d->randomView(); in TestCreate() 1919 auto [view, ct, at] = d->randomView(); in TestCreate()
|