/aosp_15_r20/external/skia/tools/skslc/ |
H A D | Main.cpp | 648 const SkSL::ShaderCaps* shaderCaps, in process_command() 650 SkSL::OutputStream& out) { in process_command() 684 const SkSL::ShaderCaps* shaderCaps, in process_command() 691 const SkSL::ShaderCaps* shaderCaps, in process_command() 698 const SkSL::ShaderCaps* shaderCaps, in process_command() 711 const SkSL::ShaderCaps* shaderCaps, in process_command() 732 const SkSL::ShaderCaps* shaderCaps, in process_command() 734 SkSL::OutputStream& out) { in process_command()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrGeometryProcessor.cpp | 349 const GrShaderCaps& shaderCaps, in SetTransform() 385 const GrShaderCaps& shaderCaps, in write_vertex_position() 466 const GrShaderCaps& shaderCaps, in WriteOutputPosition() 484 const GrShaderCaps& shaderCaps, in WriteLocalCoord()
|
H A D | GrGeometryProcessor.h | 362 static uint32_t ComputeMatrixKeys(const GrShaderCaps& shaderCaps, in ComputeMatrixKeys() 369 static uint32_t AddMatrixKeys(const GrShaderCaps& shaderCaps, in AddMatrixKeys()
|
H A D | GrShaderVar.cpp | 23 void GrShaderVar::appendDecl(const GrShaderCaps* shaderCaps, SkString* out) const { in appendDecl() argument
|
H A D | GrDefaultGeoProcFactory.cpp | 85 const GrShaderCaps& shaderCaps, in setData()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/tessellate/ |
H A D | GrPathTessellationShader.cpp | 90 MiddleOutShader(const GrShaderCaps& shaderCaps, const SkMatrix& viewMatrix, in MiddleOutShader() 143 void emitVertexCode(const GrShaderCaps& shaderCaps, in makeProgramImpl() 267 GrPathTessellationShader* GrPathTessellationShader::Make(const GrShaderCaps& shaderCaps, in Make()
|
H A D | GrStrokeTessellationShader.cpp | 102 GrStrokeTessellationShader::GrStrokeTessellationShader(const GrShaderCaps& shaderCaps, in GrStrokeTessellationShader()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/effects/ |
H A D | GrDistanceFieldGeoProc.cpp | 42 const GrShaderCaps& shaderCaps, in setData() 333 const GrShaderCaps& shaderCaps, in setData() 583 const GrShaderCaps& shaderCaps, in setData()
|
H A D | GrBezierEffect.cpp | 27 const GrShaderCaps& shaderCaps, in setData() 215 const GrShaderCaps& shaderCaps, in setData()
|
H A D | GrBitmapTextGeoProc.cpp | 41 const GrShaderCaps& shaderCaps, in setData()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | PathInnerTriangulateOp.cpp | 57 HullShader(const SkMatrix& viewMatrix, SkPMColor4f color, const GrShaderCaps& shaderCaps) in HullShader() 94 void emitVertexCode(const GrShaderCaps& shaderCaps, in makeProgramImpl()
|
H A D | GrOvalOpFactory.cpp | 177 const GrShaderCaps& shaderCaps, in setData() 357 const GrShaderCaps& shaderCaps, in setData() 622 const GrShaderCaps& shaderCaps, in setData() 821 const GrShaderCaps& shaderCaps, in setData() 3225 const GrShaderCaps* shaderCaps) { in MakeCircularRRectOp() 3346 const GrShaderCaps* shaderCaps) { in MakeRRectOp() 3366 const GrShaderCaps* shaderCaps) { in MakeCircleOp() 3408 const GrShaderCaps* shaderCaps) { in MakeOvalOp() 3442 const GrShaderCaps* shaderCaps) { in MakeArcOp()
|
H A D | DrawAtlasPathOp.cpp | 58 const GrShaderCaps& shaderCaps) in DrawAtlasPathShader()
|
H A D | PathStencilCoverOp.cpp | 64 BoundingBoxShader(SkPMColor4f color, const GrShaderCaps& shaderCaps) in BoundingBoxShader()
|
H A D | DashOp.cpp | 868 const GrShaderCaps& shaderCaps, in setData() 1082 const GrShaderCaps& shaderCaps, in setData()
|
/aosp_15_r20/external/skia/tools/gpu/ |
H A D | TestOps.cpp | 40 const GrShaderCaps& shaderCaps, in makeProgramImpl() 73 void addToKey(const GrShaderCaps& shaderCaps, skgpu::KeyBuilder* b) const override { in addToKey() argument
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | GrGLCaps.cpp | 423 GrShaderCaps* shaderCaps = fShaderCaps.get(); in init() local 993 GrShaderCaps* shaderCaps = fShaderCaps.get(); in initGLSL() local 1194 GrShaderCaps* shaderCaps = static_cast<GrShaderCaps*>(fShaderCaps.get()); in initBlendEqationSupport() local 3938 GrShaderCaps* shaderCaps, in applyDriverCorrectnessWorkarounds()
|
H A D | GrGLUniformHandler.cpp | 85 const GrShaderCaps* shaderCaps) { in addSampler()
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkCapabilities.cpp | 22 void SkCapabilities::initSkCaps(const SkSL::ShaderCaps* shaderCaps) { in initSkCaps()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/glsl/ |
H A D | GrGLSLVarying.cpp | 28 const GrShaderCaps& shaderCaps) { in use_flat_interpolation()
|
H A D | GrGLSLProgramBuilder.h | 47 const GrShaderCaps* shaderCaps() const { return this->caps()->shaderCaps(); } in shaderCaps() function
|
H A D | GrGLSLProgramBuilder.cpp | 454 const GrShaderCaps& shaderCaps = *this->shaderCaps(); in checkSamplerCounts() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkUniformHandler.cpp | 273 const GrShaderCaps* shaderCaps) { in addSampler()
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | PathTessellatorsSlide.cpp | 82 const GrShaderCaps& shaderCaps = *caps.shaderCaps(); in onPrepare() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | Caps.h | 81 const SkSL::ShaderCaps* shaderCaps() const { return fShaderCaps.get(); } in shaderCaps() function
|