Lines Matching defs:quads
45 // differentiate between quads of the same type
54 std::vector<GrQuad> quads;
75 quads.push_back(quad);
77 return quads;
87 // Odd indexed quads will be ignored and not stored in the buffer
98 // Fill in the buffer with the device quads, and a local quad if the index is even
119 // Confirm local quads included on even entries
142 // Make two buffers, the first uses 'quadsA' for device quads and 'quadsB' for local quads
143 // on even indices. The second uses 'quadsB' for device quads and 'quadsA' for local quads