Home
last modified time | relevance | path

Searched defs:shaderCaps (Results 1 – 25 of 36) sorted by relevance

12

/external/skia/src/gpu/ganesh/tessellate/
DGrPathTessellationShader.cpp77 MiddleOutShader(const GrShaderCaps& shaderCaps, const SkMatrix& viewMatrix, in MiddleOutShader()
130 void emitVertexCode(const GrShaderCaps& shaderCaps, in makeProgramImpl()
254 GrPathTessellationShader* GrPathTessellationShader::Make(const GrShaderCaps& shaderCaps, in Make()
DGrStrokeTessellationShader.cpp88 GrStrokeTessellationShader::GrStrokeTessellationShader(const GrShaderCaps& shaderCaps, in GrStrokeTessellationShader()
/external/skia/src/gpu/ganesh/
DGrShaderVar.cpp23 void GrShaderVar::appendDecl(const GrShaderCaps* shaderCaps, SkString* out) const { in appendDecl() argument
DGrGeometryProcessor.cpp343 const GrShaderCaps& shaderCaps, in SetTransform()
379 const GrShaderCaps& shaderCaps, in write_vertex_position()
460 const GrShaderCaps& shaderCaps, in WriteOutputPosition()
478 const GrShaderCaps& shaderCaps, in WriteLocalCoord()
DGrGeometryProcessor.h361 static uint32_t ComputeMatrixKeys(const GrShaderCaps& shaderCaps, in ComputeMatrixKeys()
368 static uint32_t AddMatrixKeys(const GrShaderCaps& shaderCaps, in AddMatrixKeys()
DGrDefaultGeoProcFactory.cpp74 const GrShaderCaps& shaderCaps, in setData()
/external/skia/src/core/
DSkCapabilities.cpp27 void SkCapabilities::initSkCaps(const SkSL::ShaderCaps* shaderCaps) { in initSkCaps()
/external/skia/src/gpu/ganesh/ops/
DPathInnerTriangulateOp.cpp29 HullShader(const SkMatrix& viewMatrix, SkPMColor4f color, const GrShaderCaps& shaderCaps) in HullShader()
66 void emitVertexCode(const GrShaderCaps& shaderCaps, in makeProgramImpl()
DPathStencilCoverOp.cpp32 BoundingBoxShader(SkPMColor4f color, const GrShaderCaps& shaderCaps) in BoundingBoxShader()
DDrawAtlasPathOp.cpp31 const GrShaderCaps& shaderCaps) in DrawAtlasPathShader()
DGrOvalOpFactory.cpp131 const GrShaderCaps& shaderCaps, in setData()
311 const GrShaderCaps& shaderCaps, in setData()
575 const GrShaderCaps& shaderCaps, in setData()
774 const GrShaderCaps& shaderCaps, in setData()
3173 const GrShaderCaps* shaderCaps) { in MakeCircularRRectOp()
3294 const GrShaderCaps* shaderCaps) { in MakeRRectOp()
3314 const GrShaderCaps* shaderCaps) { in MakeCircleOp()
3356 const GrShaderCaps* shaderCaps) { in MakeOvalOp()
3390 const GrShaderCaps* shaderCaps) { in MakeArcOp()
/external/skia/src/gpu/ganesh/effects/
DGrBezierEffect.cpp21 const GrShaderCaps& shaderCaps, in setData()
209 const GrShaderCaps& shaderCaps, in setData()
DGrDistanceFieldGeoProc.cpp29 const GrShaderCaps& shaderCaps, in setData()
322 const GrShaderCaps& shaderCaps, in setData()
573 const GrShaderCaps& shaderCaps, in setData()
DGrBitmapTextGeoProc.cpp27 const GrShaderCaps& shaderCaps, in setData()
DGrGaussianConvolutionFragmentProcessor.cpp209 void GrGaussianConvolutionFragmentProcessor::onAddToKey(const GrShaderCaps& shaderCaps, in onAddToKey()
/external/skia/tools/gpu/
DTestOps.cpp39 const GrShaderCaps& shaderCaps, in makeProgramImpl()
72 void addToKey(const GrShaderCaps& shaderCaps, skgpu::KeyBuilder* b) const override { in addToKey() argument
/external/skia/src/gpu/ganesh/glsl/
DGrGLSLVarying.cpp23 const GrShaderCaps& shaderCaps) { in use_flat_interpolation()
DGrGLSLProgramBuilder.h39 const GrShaderCaps* shaderCaps() const { return this->caps()->shaderCaps(); } in shaderCaps() function
DGrGLSLProgramBuilder.cpp426 const GrShaderCaps& shaderCaps = *this->shaderCaps(); in checkSamplerCounts() local
/external/skia/src/gpu/ganesh/gl/
DGrGLUniformHandler.cpp73 const char* name, const GrShaderCaps* shaderCaps) { in addSampler()
DGrGLCaps.cpp380 GrShaderCaps* shaderCaps = fShaderCaps.get(); in init() local
910 GrShaderCaps* shaderCaps = fShaderCaps.get(); in initGLSL() local
1097 GrShaderCaps* shaderCaps = static_cast<GrShaderCaps*>(fShaderCaps.get()); in initBlendEqationSupport() local
3719 GrShaderCaps* shaderCaps, in applyDriverCorrectnessWorkarounds()
/external/skia/src/gpu/ganesh/vk/
DGrVkUniformHandler.cpp254 const char* name, const GrShaderCaps* shaderCaps) { in addSampler()
/external/skia/src/gpu/graphite/
DCaps.h57 const SkSL::ShaderCaps* shaderCaps() const { return fShaderCaps.get(); } in shaderCaps() function
/external/skia/tools/viewer/
DPathTessellatorsSlide.cpp79 const GrShaderCaps& shaderCaps = *caps.shaderCaps(); in onPrepare() local
/external/skia/src/gpu/graphite/dawn/
DDawnCaps.cpp216 SkSL::ShaderCaps* shaderCaps = fShaderCaps.get(); in initShaderCaps() local

12