Lines Matching refs:boxes
91 * GrOpsRenderPass::draw*. The test works by drawing checkerboards of colored boxes, reading back
92 * the pixels, and comparing with expected results. The boxes are drawn on integer boundaries and
120 SkTArray<Box> boxes;
137 const Box box = boxes.push_back() = {
176 // Draw boxes one line at a time to exercise base vertex.
223 // Draw boxes one line at a time to exercise base vertex. drawIndexPattern does
250 helper->fInstBuffer = helper->makeVertexBuffer(boxes);
260 // Draw boxes one line at a time to exercise base instance, base vertex, and
320 helper->fInstBuffer = helper->makeVertexBuffer(boxes);
351 // Draw boxes one line at a time to exercise multiple draws.