Home
last modified time | relevance | path

Searched defs:fragmentColorSkSL (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/m133/src/gpu/graphite/render/
DBitmapTextRenderStep.cpp136 const char* BitmapTextRenderStep::fragmentColorSkSL() const { in fragmentColorSkSL() function in skgpu::graphite::BitmapTextRenderStep
DVerticesRenderStep.cpp133 const char* VerticesRenderStep::fragmentColorSkSL() const { in fragmentColorSkSL() function in skgpu::graphite::VerticesRenderStep
/third_party/skia/m133/src/gpu/graphite/
DRenderer.h105 virtual const char* fragmentColorSkSL() const { return R"()"; } in fragmentColorSkSL() function