Searched refs:fDeviceQuadType (Results 1 – 2 of 2) sorted by relevance
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
41 : fDeviceQuadType(static_cast<unsigned>(deviceQuadType)) in VertexSpec()51 GrQuad::Type deviceQuadType() const { return static_cast<GrQuad::Type>(fDeviceQuadType); } in deviceQuadType()70 unsigned fDeviceQuadType: 2; member