Searched refs:kRestartStrip (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCCoverageProcessor_VSImpl.cpp | 122 static constexpr uint16_t kRestartStrip = 0xffff; variable 125 1, 2, 0, 3, 8, kRestartStrip, // First corner and main body of the hull. 126 4, 5, 3, 6, 8, 7, kRestartStrip, // Opposite side and corners of the hull. 127 10, 9, 11, 14, 12, 13, kRestartStrip, // First edge. 128 16, 15, 17, 20, 18, 19, kRestartStrip, // Second edge. 129 22, 21, 23, 26, 24, 25, kRestartStrip, // Third edge. 130 28, 27, 29, 30, kRestartStrip, // First corner. 131 32, 31, 33, 34, kRestartStrip, // Second corner. 209 1, 0, 2, 11, 3, 5, 4, kRestartStrip, // First half of the hull (split diagonally). 210 7, 6, 8, 5, 9, 11, 10, kRestartStrip, // Second half of the hull. [all …]
|
D | GrCCPathProcessor.cpp | 43 static constexpr uint16_t kRestartStrip = 0xffff; variable 46 1, 0, 2, 4, 3, kRestartStrip, // First half.
|