Searched refs:fDeviceQuadType (Results 1 – 2 of 2) sorted by relevance
37 : fDeviceQuadType(static_cast<unsigned>(deviceQuadType)) in VertexSpec()45 GrQuadType deviceQuadType() const { return static_cast<GrQuadType>(fDeviceQuadType); } in deviceQuadType()64 unsigned fDeviceQuadType: 2; member
56 : fDeviceQuadType(0) // kAxisAligned in VertexSpec()70 : fDeviceQuadType(static_cast<unsigned>(deviceQuadType)) in VertexSpec()81 GrQuad::Type deviceQuadType() const { return static_cast<GrQuad::Type>(fDeviceQuadType); } in deviceQuadType()121 unsigned fDeviceQuadType: 2; member