Home
last modified time | relevance | path

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

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