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

  /external/skqp/src/gpu/ops/
GrDrawVerticesOp.cpp 563 static uint32_t primitive_vertices(GrPrimitiveType type) { function
626 uint32_t vertexCount = seed_vertices(type) + (primitiveCount - 1) * primitive_vertices(type);
635 randomize_params(primitive_vertices(type), vertexCount, kMinVertExtent, kMaxVertExtent,
  /external/skia/src/gpu/ops/
GrDrawVerticesOp.cpp 614 static uint32_t primitive_vertices(GrPrimitiveType type) { function
677 uint32_t vertexCount = seed_vertices(type) + (primitiveCount - 1) * primitive_vertices(type);
686 randomize_params(primitive_vertices(type), vertexCount, kMinVertExtent, kMaxVertExtent,

Completed in 541 milliseconds