HomeSort by relevance Sort by last modified time
    Searched refs:seed_vertices (Results 1 - 2 of 2) sorted by null

  /external/skqp/src/gpu/ops/
GrDrawVerticesOp.cpp 546 static uint32_t seed_vertices(GrPrimitiveType type) { function
626 uint32_t vertexCount = seed_vertices(type) + (primitiveCount - 1) * primitive_vertices(type);
630 randomize_params(seed_vertices(type), vertexCount, kMinVertExtent, kMaxVertExtent, random,
  /external/skia/src/gpu/ops/
GrDrawVerticesOp.cpp 597 static uint32_t seed_vertices(GrPrimitiveType type) { function
677 uint32_t vertexCount = seed_vertices(type) + (primitiveCount - 1) * primitive_vertices(type);
681 randomize_params(seed_vertices(type), vertexCount, kMinVertExtent, kMaxVertExtent, random,

Completed in 280 milliseconds