OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numStrips
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkRTree.cpp
355
int
numStrips
= SkScalarCeilToInt(SkScalarSqrt(SkIntToScalar(numBranches) *
358
SkIntToScalar(
numStrips
));
361
for (int i = 0; i <
numStrips
; ++i) {
/external/deqp/modules/gles3/functional/
es3fPrimitiveRestartTests.cpp
336
const int
numStrips
= 20;
338
for (int stripNdx = 0; stripNdx <
numStrips
; stripNdx++)
344
float fx = -0.9f + 1.8f * (float)(i/2*2) /
numStrips
;
345
float fy = -0.9f + 1.8f * ((float)stripNdx + (i%2 == 0 ? 0.0f : 0.8f)) /
numStrips
;
353
if (stripNdx <
numStrips
- 1) // Add a restart after all but last strip.
Completed in 111 milliseconds