Searched defs:useBilerp (Results 1 - 2 of 2) sorted by relevance

/external/skia/bench/
H A DSkLinearBitmapPipelineBench.cpp21 bool useBilerp,
26 , fUseBilerp{useBilerp}
117 bool useBilerp,
120 : CommonBitmapFPBenchmark(srcSize, colorProfile, m, useBilerp, xTile, yTile) { }
163 bool useBilerp,
166 : CommonBitmapFPBenchmark(srcSize, colorProfile, m, useBilerp, xTile, yTile) { }
17 CommonBitmapFPBenchmark( SkISize srcSize, SkColorProfileType colorProfile, SkMatrix m, bool useBilerp, SkShader::TileMode xTile, SkShader::TileMode yTile) argument
113 SkBitmapFPGeneral( SkISize srcSize, SkColorProfileType colorProfile, SkMatrix m, bool useBilerp, SkShader::TileMode xTile, SkShader::TileMode yTile) argument
159 SkBitmapFPOrigShader( SkISize srcSize, SkColorProfileType colorProfile, SkMatrix m, bool useBilerp, SkShader::TileMode xTile, SkShader::TileMode yTile) argument
/external/skia/gm/
H A DSkLinearBitmapPipelineGM.cpp43 static void draw_rect_orig(SkCanvas* canvas, const SkRect& r, SkColor c, const SkMatrix* mat, bool useBilerp) { argument
65 if (useBilerp) {
87 static void draw_rect_fp(SkCanvas* canvas, const SkRect& r, SkColor c, const SkMatrix* mat, bool useBilerp) { argument
108 if (useBilerp) {
169 bool useBilerp = false; local
183 draw_rect_orig(canvas, r, c, mat, useBilerp);
185 draw_rect_fp(canvas, r, c, mat, useBilerp);
194 if (useBilerp) break;
195 useBilerp = true;

Completed in 73 milliseconds