Home
last modified time | relevance | path

Searched refs:tilemode (Results 1 – 4 of 4) sorted by relevance

/external/skia/bench/
DHardStopGradientBench_ScaleNumColors.cpp17 static const char* get_tilemode_name(SkShader::TileMode tilemode) { in get_tilemode_name() argument
18 switch (tilemode) { in get_tilemode_name()
33 HardStopGradientBench_ScaleNumColors(SkShader::TileMode tilemode, int count) { in HardStopGradientBench_ScaleNumColors() argument
34 … fName.printf("hardstop_scale_num_colors_%s_%03d_colors", get_tilemode_name(tilemode), count); in HardStopGradientBench_ScaleNumColors()
36 fTileMode = tilemode; in HardStopGradientBench_ScaleNumColors()
/external/skqp/bench/
DHardStopGradientBench_ScaleNumColors.cpp17 static const char* get_tilemode_name(SkShader::TileMode tilemode) { in get_tilemode_name() argument
18 switch (tilemode) { in get_tilemode_name()
33 HardStopGradientBench_ScaleNumColors(SkShader::TileMode tilemode, int count) { in HardStopGradientBench_ScaleNumColors() argument
34 … fName.printf("hardstop_scale_num_colors_%s_%03d_colors", get_tilemode_name(tilemode), count); in HardStopGradientBench_ScaleNumColors()
36 fTileMode = tilemode; in HardStopGradientBench_ScaleNumColors()
/external/skia/tests/
DCTest.cpp25 sk_shader_tilemode_t tilemode = CLAMP_SK_SHADER_TILEMODE; in shader_test() local
35 &point, 1.0f, colors, nullptr, 2, tilemode, nullptr); in shader_test()
48 &point, 10.0f, &point2, 50.0f, colors, nullptr, 2, tilemode, nullptr); in shader_test()
/external/skqp/tests/
DCTest.cpp25 sk_shader_tilemode_t tilemode = CLAMP_SK_SHADER_TILEMODE; in shader_test() local
35 &point, 1.0f, colors, nullptr, 2, tilemode, nullptr); in shader_test()
48 &point, 10.0f, &point2, 50.0f, colors, nullptr, 2, tilemode, nullptr); in shader_test()