Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrDrawAtlasOp.cpp231 static void randomize_params(uint32_t count, SkRandom* random, SkTArray<SkRSXform>* xforms, in randomize_params() function
252 randomize_params(spriteCount, random, &xforms, &texRects, &colors, hasColors); in GR_DRAW_OP_TEST_DEFINE()
DGrDrawVerticesOp.cpp587 static void randomize_params(size_t count, size_t maxVertex, SkScalar min, SkScalar max, in randomize_params() function
630 randomize_params(seed_vertices(type), vertexCount, kMinVertExtent, kMaxVertExtent, random, in GR_DRAW_OP_TEST_DEFINE()
635 randomize_params(primitive_vertices(type), vertexCount, kMinVertExtent, kMaxVertExtent, in GR_DRAW_OP_TEST_DEFINE()
/external/skia/src/gpu/ops/
DGrDrawAtlasOp.cpp311 static void randomize_params(uint32_t count, SkRandom* random, SkTArray<SkRSXform>* xforms, in randomize_params() function
332 randomize_params(spriteCount, random, &xforms, &texRects, &colors, hasColors); in GR_DRAW_OP_TEST_DEFINE()
DGrDrawVerticesOp.cpp638 static void randomize_params(size_t count, size_t maxVertex, SkScalar min, SkScalar max, in randomize_params() function
681 randomize_params(seed_vertices(type), vertexCount, kMinVertExtent, kMaxVertExtent, random, in GR_DRAW_OP_TEST_DEFINE()
686 randomize_params(primitive_vertices(type), vertexCount, kMinVertExtent, kMaxVertExtent, in GR_DRAW_OP_TEST_DEFINE()