Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ops/
DGrDrawAtlasOp.cpp312 static void randomize_params(uint32_t count, SkRandom* random, SkTArray<SkRSXform>* xforms, in randomize_params() function
333 randomize_params(spriteCount, random, &xforms, &texRects, &colors, hasColors); in GR_DRAW_OP_TEST_DEFINE()
DGrDrawVerticesOp.cpp637 static void randomize_params(size_t count, size_t maxVertex, SkScalar min, SkScalar max, in randomize_params() function
680 randomize_params(seed_vertices(type), vertexCount, kMinVertExtent, kMaxVertExtent, random, in GR_DRAW_OP_TEST_DEFINE()
685 randomize_params(primitive_vertices(type), vertexCount, kMinVertExtent, kMaxVertExtent, in GR_DRAW_OP_TEST_DEFINE()
/third_party/skia/src/gpu/ops/
DDrawAtlasOp.cpp360 static void randomize_params(uint32_t count, SkRandom* random, SkTArray<SkRSXform>* xforms, in randomize_params() function
381 randomize_params(spriteCount, random, &xforms, &texRects, &colors, hasColors); in GR_DRAW_OP_TEST_DEFINE()
DDrawVerticesOp.cpp659 static void randomize_params(size_t count, size_t maxVertex, SkScalar min, SkScalar max, in randomize_params() function
705 randomize_params(seed_vertices(type), vertexCount, kMinVertExtent, kMaxVertExtent, random, in GR_DRAW_OP_TEST_DEFINE()
710 randomize_params(primitive_vertices(type), vertexCount, kMinVertExtent, kMaxVertExtent, in GR_DRAW_OP_TEST_DEFINE()