Searched refs:seed_vertices (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/gpu/ops/ |
D | GrDrawVerticesOp.cpp | 598 static uint32_t seed_vertices(GrPrimitiveType type) { in seed_vertices() function 676 uint32_t vertexCount = seed_vertices(type) + (primitiveCount - 1) * primitive_vertices(type); in GR_DRAW_OP_TEST_DEFINE() 680 randomize_params(seed_vertices(type), vertexCount, kMinVertExtent, kMaxVertExtent, random, in GR_DRAW_OP_TEST_DEFINE()
|
/third_party/skia/src/gpu/ops/ |
D | DrawVerticesOp.cpp | 616 static uint32_t seed_vertices(GrPrimitiveType type) { in seed_vertices() function 701 uint32_t vertexCount = seed_vertices(type) + (primitiveCount - 1) * primitive_vertices(type); in GR_DRAW_OP_TEST_DEFINE() 705 randomize_params(seed_vertices(type), vertexCount, kMinVertExtent, kMaxVertExtent, random, in GR_DRAW_OP_TEST_DEFINE()
|