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

  /external/skia/src/gpu/ops/
GrMeshDrawOp.h 75 // that share a primitive processor into a QueuedDraw is that it allows the Gpu object to setup
77 struct QueuedDraw {
88 SkSTArray<4, QueuedDraw, true> fQueuedDraws;
GrMeshDrawOp.cpp 75 const QueuedDraw& draw = fQueuedDraws[currDrawIdx];
98 GrMeshDrawOp::QueuedDraw& lastDraw = op->fQueuedDraws.back();
106 GrMeshDrawOp::QueuedDraw& draw = op->fQueuedDraws.push_back();

Completed in 80 milliseconds