Home
last modified time | relevance | path

Searched defs:vertexSkSL (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/render/
H A DCoverBoundsRenderStep.cpp46 std::string CoverBoundsRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::CoverBoundsRenderStep
H A DMiddleOutFanRenderStep.cpp47 std::string MiddleOutFanRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::MiddleOutFanRenderStep
H A DAnalyticBlurRenderStep.cpp56 std::string AnalyticBlurRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::AnalyticBlurRenderStep
H A DTessellateCurvesRenderStep.cpp115 std::string TessellateCurvesRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::TessellateCurvesRenderStep
H A DSDFTextRenderStep.cpp81 std::string SDFTextRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::SDFTextRenderStep
H A DTessellateWedgesRenderStep.cpp118 std::string TessellateWedgesRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::TessellateWedgesRenderStep
H A DSDFTextLCDRenderStep.cpp80 std::string SDFTextLCDRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::SDFTextLCDRenderStep
H A DBitmapTextRenderStep.cpp103 std::string BitmapTextRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::BitmapTextRenderStep
H A DTessellateStrokesRenderStep.cpp107 std::string TessellateStrokesRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::TessellateStrokesRenderStep
H A DCoverageMaskRenderStep.cpp98 std::string CoverageMaskRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::CoverageMaskRenderStep
H A DPerEdgeAAQuadRenderStep.cpp234 std::string PerEdgeAAQuadRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::PerEdgeAAQuadRenderStep
H A DVerticesRenderStep.cpp103 std::string VerticesRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::VerticesRenderStep
H A DCircularArcRenderStep.cpp178 std::string CircularArcRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::CircularArcRenderStep
H A DAnalyticRRectRenderStep.cpp454 std::string AnalyticRRectRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::AnalyticRRectRenderStep
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DShaderInfo.h65 const std::string& vertexSkSL() const { return fVertexSkSL; } in vertexSkSL() function
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.cpp3366 std::string vertexSkSL{vshaderTxt.c_str(), vshaderTxt.size()}; in createCopyProgram() local
3550 std::string vertexSkSL{vshaderTxt.c_str(), vshaderTxt.size()}; in createMipmapProgram() local