Home
last modified time | relevance | path

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

/external/skia/gm/
Dcompositor_quads.cpp645 class TextureSetRenderer : public ClipTileRenderer { class
694 return sk_sp<ClipTileRenderer>(new TextureSetRenderer(topBanner, bottomBanner, in Make()
793 TextureSetRenderer(const char* topBanner, in TextureSetRenderer() function in TextureSetRenderer
1015 TextureSetRenderer::MakeShader("Gradient", image, gradient, false), in make_shader_renderers()
1016 TextureSetRenderer::MakeShader("Local Gradient", image, gradient, true)}; in make_shader_renderers()
1022 return ClipTileRendererArray{TextureSetRenderer::MakeUnbatched(mandrill), in make_image_renderers()
1023 TextureSetRenderer::MakeBatched(mandrill, 0), in make_image_renderers()
1024 TextureSetRenderer::MakeBatched(mandrill, kMatrixCount), in make_image_renderers()
1043 TextureSetRenderer::MakeAlpha(mandrill, 0.5f), in make_filtered_renderers()
1044 TextureSetRenderer::MakeColorFilter("Saturation", mandrill, std::move(colorFilter)), in make_filtered_renderers()
[all …]