OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:passCount
(Results
1 - 10
of
10
) sorted by null
/external/skia/src/gpu/
GrDefaultPathRenderer.cpp
357
int
passCount
= 0;
364
passCount
= 1;
374
passCount
= 1;
390
passCount
= 1;
393
passCount
= 2;
414
passCount
= 2;
427
passCount
= 3;
431
--
passCount
;
434
drawFace[
passCount
-1] = GrDrawState::kBoth_DrawFace;
436
passes[
passCount
-1] = &gInvWindColorPass
[
all
...]
/frameworks/native/opengl/tests/gl_perf/
fill_common.cpp
202
static void doLoop(bool warmup, int pgm, uint32_t
passCount
) {
213
for (uint32_t ct=0; ct <
passCount
; ct++) {
215
glUniform2f(loc, ((float)ct) /
passCount
, ((float)ct) / 2.f /
passCount
);
226
endTimer(
passCount
);
/external/skia/legacy/src/effects/
SkBlurMask.cpp
566
int
passCount
= (quality == kHigh_Quality) ? 3 : 1;
567
SkScalar passRadius = SkScalarDiv(radius, SkScalarSqrt(SkIntToScalar(
passCount
)));
580
int padx =
passCount
* rx;
581
int pady =
passCount
* ry;
606
const size_t storageW = sw + 2 * (
passCount
- 1) * rx + 1;
607
const size_t storageH = sh + 2 * (
passCount
- 1) * ry + 1;
655
dp +
passCount
* (rx + ry * dst->fRowBytes),
659
clamp_with_orig(dp +
passCount
* (rx + ry * dst->fRowBytes),
/external/icu4c/test/intltest/
normconf.cpp
166
int32_t
passCount
= 0;
225
++
passCount
;
261
++
passCount
;
276
passCount
+ " lines/code points passed");
278
logln((UnicodeString)"Total: " +
passCount
+ " lines/code points passed");
/external/skia/src/effects/
SkBlurMask.cpp
876
int
passCount
= (kHigh_Quality == quality) ? 3 : 1;
890
int padx =
passCount
* rx;
891
int pady =
passCount
* ry;
952
const size_t storageW = sw + 2 * (
passCount
- 1) * rx + 1;
953
const size_t storageH = sh + 2 * (
passCount
- 1) * ry + 1;
1001
dp +
passCount
* (rx + ry * dst->fRowBytes),
1005
clamp_with_orig(dp +
passCount
* (rx + ry * dst->fRowBytes),
[
all
...]
/external/webkit/Tools/Scripts/
old-run-webkit-tests
[
all
...]
/prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 3075 milliseconds