/aosp_15_r20/external/skia/src/gpu/graphite/render/ |
H A D | CoverBoundsRenderStep.cpp | 46 std::string CoverBoundsRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::CoverBoundsRenderStep
|
H A D | MiddleOutFanRenderStep.cpp | 47 std::string MiddleOutFanRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::MiddleOutFanRenderStep
|
H A D | AnalyticBlurRenderStep.cpp | 56 std::string AnalyticBlurRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::AnalyticBlurRenderStep
|
H A D | TessellateCurvesRenderStep.cpp | 115 std::string TessellateCurvesRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::TessellateCurvesRenderStep
|
H A D | SDFTextRenderStep.cpp | 81 std::string SDFTextRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::SDFTextRenderStep
|
H A D | TessellateWedgesRenderStep.cpp | 118 std::string TessellateWedgesRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::TessellateWedgesRenderStep
|
H A D | SDFTextLCDRenderStep.cpp | 80 std::string SDFTextLCDRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::SDFTextLCDRenderStep
|
H A D | BitmapTextRenderStep.cpp | 103 std::string BitmapTextRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::BitmapTextRenderStep
|
H A D | TessellateStrokesRenderStep.cpp | 107 std::string TessellateStrokesRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::TessellateStrokesRenderStep
|
H A D | CoverageMaskRenderStep.cpp | 98 std::string CoverageMaskRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::CoverageMaskRenderStep
|
H A D | PerEdgeAAQuadRenderStep.cpp | 234 std::string PerEdgeAAQuadRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::PerEdgeAAQuadRenderStep
|
H A D | VerticesRenderStep.cpp | 103 std::string VerticesRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::VerticesRenderStep
|
H A D | CircularArcRenderStep.cpp | 178 std::string CircularArcRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::CircularArcRenderStep
|
H A D | AnalyticRRectRenderStep.cpp | 454 std::string AnalyticRRectRenderStep::vertexSkSL() const { in vertexSkSL() function in skgpu::graphite::AnalyticRRectRenderStep
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | ShaderInfo.h | 65 const std::string& vertexSkSL() const { return fVertexSkSL; } in vertexSkSL() function
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | GrGLGpu.cpp | 3366 std::string vertexSkSL{vshaderTxt.c_str(), vshaderTxt.size()}; in createCopyProgram() local 3550 std::string vertexSkSL{vshaderTxt.c_str(), vshaderTxt.size()}; in createMipmapProgram() local
|