OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:passCount
(Results
1 - 7
of
7
) sorted by null
/external/skia/gpu/src/
GrPathRenderer.cpp
231
int
passCount
= 0;
239
passCount
= 1;
250
passCount
= 1;
266
passCount
= 1;
269
passCount
= 2;
290
passCount
= 2;
303
passCount
= 3;
307
--
passCount
;
310
drawFace[
passCount
-1] = GrDrawTarget::kBoth_DrawFace;
312
passes[
passCount
-1] = &gInvWindColorPass
[
all
...]
/frameworks/base/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/src/effects/
SkBlurMask.cpp
258
int
passCount
= (quality == kHigh_Quality) ? 3 : 1;
259
SkScalar passRadius = SkScalarDiv(radius, SkScalarSqrt(SkIntToScalar(
passCount
)));
272
int padx =
passCount
* rx;
273
int pady =
passCount
* ry;
295
SkAutoTMalloc<uint32_t> storage((sw + 2 * (
passCount
- 1) * rx + 1) * (sh + 2 * (
passCount
- 1) * ry + 1));
341
dp +
passCount
* (rx + ry * dst->fRowBytes), dst->fRowBytes,
345
clamp_with_orig(dp +
passCount
* (rx + ry * dst->fRowBytes), 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/icu4c/common/
triedict.cpp
945
long
passCount
= 0;
[
all
...]
/external/webkit/Tools/Scripts/
old-run-webkit-tests
[
all
...]
/prebuilt/common/jfreechart/
jfreechart-1.0.9.jar
Completed in 256 milliseconds