HomeSort by relevance Sort by last modified time
    Searched refs:passCount (Results 1 - 7 of 7) sorted by null

  /external/skia/src/gpu/
GrDefaultPathRenderer.cpp 371 int passCount = 0;
378 passCount = 1;
388 passCount = 1;
404 passCount = 1;
407 passCount = 2;
428 passCount = 2;
441 passCount = 3;
445 --passCount;
448 drawFace[passCount-1] = GrDrawState::kBoth_DrawFace;
450 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/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/icu4c/common/
triedict.cpp 945 long passCount = 0;
    [all...]
  /external/webkit/Tools/Scripts/
old-run-webkit-tests     [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 93 milliseconds