Lines Matching refs:deviceQuad
47 // Append the given 'deviceQuad' to this buffer, with its associated 'metadata'. If 'localQuad'
52 void append(const GrQuad& deviceQuad, T&& metadata, const GrQuad* localQuad = nullptr);
77 GrQuad* deviceQuad() { this->validate(); return &fDeviceQuad; }
80 // is mutable in the same manner as deviceQuad().
265 void GrQuadBuffer<T>::append(const GrQuad& deviceQuad, T&& metadata, const GrQuad* localQuad) {
267 int entrySize = this->entrySize(deviceQuad.quadType(), localQuad ? &localType : nullptr);
273 h->fDeviceType = static_cast<unsigned>(deviceQuad.quadType());
285 coords = this->packQuad(deviceQuad, coords);
293 if (deviceQuad.quadType() > fDeviceType) {
294 fDeviceType = deviceQuad.quadType();