Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/render/
DVerticesRenderStep.h35 const char* fragmentColorSkSL() const override;
DBitmapTextRenderStep.h40 const char* fragmentColorSkSL() const override;
DBitmapTextRenderStep.cpp130 const char* BitmapTextRenderStep::fragmentColorSkSL() const { in fragmentColorSkSL() function in skgpu::graphite::BitmapTextRenderStep
DVerticesRenderStep.cpp149 const char* VerticesRenderStep::fragmentColorSkSL() const { in fragmentColorSkSL() function in skgpu::graphite::VerticesRenderStep
/external/skia/src/gpu/graphite/
DRenderer.h141 virtual const char* fragmentColorSkSL() const { return ""; } in fragmentColorSkSL() function
DShaderInfo.cpp782 mainBody += step->fragmentColorSkSL(); in generateFragmentSkSL()