Home
last modified time | relevance | path

Searched refs:nextEnum (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/fuzz/
DFuzzCreateDDL.cpp41 fuzz->nextEnum(&pixel, kBGR_V_SkPixelGeometry); in gen_fuzzed_surface_props()
60 fuzz->nextEnum(&alphaType, SkAlphaType::kLastEnum_SkAlphaType); in gen_fuzzed_imageinfo()
142 fuzz->nextEnum(&protect, GrProtected::kYes); in make_characterization()
176 fuzz->nextEnum(&budgeted, SkBudgeted::kYes); in make_surface()
207 fuzz->nextEnum(&surfaceType, SkColorType::kLastEnum_SkColorType); in DEF_FUZZ()
208 fuzz->nextEnum(&origin, GrSurfaceOrigin::kTopLeft_GrSurfaceOrigin); in DEF_FUZZ()
DFuzzCanvas.cpp100 fuzz->nextEnum(&mode, SkBlendMode::kLastMode); in make_fuzz_colorfilter()
196 fuzz->nextEnum(&tmX, SkTileMode::kLastTileMode); in make_fuzz_shader()
197 fuzz->nextEnum(&tmY, SkTileMode::kLastTileMode); in make_fuzz_shader()
214 fuzz->nextEnum(&blendMode, SkBlendMode::kLastMode); in make_fuzz_shader()
220 fuzz->nextEnum(&tmX, SkTileMode::kLastTileMode); in make_fuzz_shader()
221 fuzz->nextEnum(&tmY, SkTileMode::kLastTileMode); in make_fuzz_shader()
246 fuzz->nextEnum(&tmX, SkTileMode::kLastTileMode); in make_fuzz_shader()
265 fuzz->nextEnum(&tmX, SkTileMode::kLastTileMode); in make_fuzz_shader()
286 fuzz->nextEnum(&tmX, SkTileMode::kLastTileMode); in make_fuzz_shader()
372 fuzz->nextEnum(&style, SkPath1DPathEffect::kLastEnum_Style); in make_fuzz_patheffect()
[all …]
DFuzz.h64 void nextEnum(T* ptr, T max);
118 inline void Fuzz::nextEnum(T* value, T max) { in nextEnum() function
DFuzzSkParagraph.cpp235 fuzz->nextEnum(&td, TextDirection::kRtl); in BuildParagraphStyle()
238 fuzz->nextEnum(&ta, TextAlign::kEnd); in BuildParagraphStyle()
DFuzzCommon.cpp333 fuzz->nextEnum(&op, SkRegion::kLastOp); in FuzzNiceRegion()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp221 T nextEnum (T value) in nextEnum() function
1513 …MAGE_TYPE_1D; loopImageType != VK_IMAGE_TYPE_LAST; loopImageType = nextEnum(loopImageType)) in execTest()