| /third_party/skia/src/gpu/tessellate/shaders/ |
| D | GrPathTessellationShader_MiddleOut.cpp | 35 MiddleOutShader(const GrShaderCaps& shaderCaps, const SkMatrix& viewMatrix, in MiddleOutShader() 91 void emitVertexCode(const GrShaderCaps& shaderCaps, in makeProgramImpl() 214 const GrShaderCaps& shaderCaps, in MakeMiddleOutFixedCountShader()
|
| D | GrStrokeTessellationShader.cpp | 15 GrStrokeTessellationShader::GrStrokeTessellationShader(const GrShaderCaps& shaderCaps, in GrStrokeTessellationShader()
|
| /third_party/skia/src/gpu/ |
| D | GrShaderVar.cpp | 23 void GrShaderVar::appendDecl(const GrShaderCaps* shaderCaps, SkString* out) const { in appendDecl() argument
|
| D | GrGeometryProcessor.cpp | 327 const GrShaderCaps& shaderCaps, in SetTransform() 363 const GrShaderCaps& shaderCaps, in write_vertex_position() 444 const GrShaderCaps& shaderCaps, in WriteOutputPosition() 462 const GrShaderCaps& shaderCaps, in WriteLocalCoord()
|
| D | GrGeometryProcessor.h | 380 static uint32_t ComputeMatrixKeys(const GrShaderCaps& shaderCaps, in ComputeMatrixKeys() 387 static uint32_t AddMatrixKeys(const GrShaderCaps& shaderCaps, in AddMatrixKeys()
|
| D | GrDefaultGeoProcFactory.cpp | 72 const GrShaderCaps& shaderCaps, in setData()
|
| D | GrCaps.h | 43 const GrShaderCaps* shaderCaps() const { return fShaderCaps.get(); } in shaderCaps() function
|
| /third_party/skia/src/gpu/ops/ |
| D | PathInnerTriangulateOp.cpp | 25 HullShader(const SkMatrix& viewMatrix, SkPMColor4f color, const GrShaderCaps& shaderCaps) in HullShader() 61 void emitVertexCode(const GrShaderCaps& shaderCaps, in makeProgramImpl()
|
| D | PathStencilCoverOp.cpp | 33 BoundingBoxShader(SkPMColor4f color, const GrShaderCaps& shaderCaps) in BoundingBoxShader()
|
| D | DrawAtlasPathOp.cpp | 26 const GrShaderCaps& shaderCaps) in DrawAtlasPathShader()
|
| D | GrOvalOpFactory.cpp | 126 const GrShaderCaps& shaderCaps, in setData() 306 const GrShaderCaps& shaderCaps, in setData() 570 const GrShaderCaps& shaderCaps, in setData() 769 const GrShaderCaps& shaderCaps, in setData() 3168 const GrShaderCaps* shaderCaps) { in MakeCircularRRectOp() 3289 const GrShaderCaps* shaderCaps) { in MakeRRectOp() 3309 const GrShaderCaps* shaderCaps) { in MakeCircleOp() 3351 const GrShaderCaps* shaderCaps) { in MakeOvalOp() 3385 const GrShaderCaps* shaderCaps) { in MakeArcOp()
|
| D | DashOp.cpp | 823 const GrShaderCaps& shaderCaps, in setData() 1037 const GrShaderCaps& shaderCaps, in setData()
|
| D | FillRRectOp.cpp | 810 bool can_use_hw_derivatives_with_coverage(const GrShaderCaps& shaderCaps, in can_use_hw_derivatives_with_coverage()
|
| /third_party/skia/src/gpu/effects/ |
| D | GrBezierEffect.cpp | 19 const GrShaderCaps& shaderCaps, in setData() 207 const GrShaderCaps& shaderCaps, in setData()
|
| D | GrDistanceFieldGeoProc.cpp | 26 const GrShaderCaps& shaderCaps, in setData() 319 const GrShaderCaps& shaderCaps, in setData() 583 const GrShaderCaps& shaderCaps, in setData()
|
| D | GrBitmapTextGeoProc.cpp | 23 const GrShaderCaps& shaderCaps, in setData()
|
| D | GrGaussianConvolutionFragmentProcessor.cpp | 222 void GrGaussianConvolutionFragmentProcessor::onAddToKey(const GrShaderCaps& shaderCaps, in onAddToKey()
|
| /third_party/skia/tools/gpu/ |
| D | TestOps.cpp | 38 const GrShaderCaps& shaderCaps, in makeProgramImpl() 71 void addToKey(const GrShaderCaps& shaderCaps, GrProcessorKeyBuilder* b) const override { in addToKey() argument
|
| /third_party/skia/src/gpu/glsl/ |
| D | GrGLSLVarying.cpp | 23 const GrShaderCaps& shaderCaps) { in use_flat_interpolation()
|
| D | GrGLSLProgramBuilder.h | 39 const GrShaderCaps* shaderCaps() const { return this->caps()->shaderCaps(); } in shaderCaps() function
|
| D | GrGLSLProgramBuilder.cpp | 408 const GrShaderCaps& shaderCaps = *this->shaderCaps(); in checkSamplerCounts() local
|
| /third_party/skia/src/gpu/gl/ |
| D | GrGLUniformHandler.cpp | 72 const char* name, const GrShaderCaps* shaderCaps) { in addSampler()
|
| D | GrGLCaps.cpp | 377 GrShaderCaps* shaderCaps = fShaderCaps.get(); in init() local 870 GrShaderCaps* shaderCaps = fShaderCaps.get(); in initGLSL() local 1076 GrShaderCaps* shaderCaps = static_cast<GrShaderCaps*>(fShaderCaps.get()); in initBlendEqationSupport() local 3586 GrShaderCaps* shaderCaps, in applyDriverCorrectnessWorkarounds()
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkUniformHandler.cpp | 250 const char* name, const GrShaderCaps* shaderCaps) { in addSampler()
|
| /third_party/skia/samplecode/ |
| D | SamplePathTessellators.cpp | 86 const GrShaderCaps& shaderCaps = *caps.shaderCaps(); in onPrepare() local
|