Searched defs:shaderCaps (Results 1 – 4 of 4) sorted by relevance
30 const GrShaderCaps& shaderCaps) { in canDraw()164 const GrShaderCaps& shaderCaps, in RegenerateTextBlob()254 const GrShaderCaps& shaderCaps, in CreateDrawTextBlob()279 const GrShaderCaps& shaderCaps, const GrPaint& paint, in CreateDrawPosTextBlob()
498 GrShaderCaps* shaderCaps = fContext->caps()->shaderCaps(); in drawRRect() local542 GrShaderCaps* shaderCaps = fContext->caps()->shaderCaps(); in drawOval() local702 GrShaderCaps* shaderCaps = fContext->caps()->shaderCaps(); in drawPath() local
586 GrShaderCaps* shaderCaps) { in CreateOvalBatch()1889 GrShaderCaps* shaderCaps) { in CreateRRectBatch()
134 GrShaderCaps* shaderCaps() const { return fShaderCaps; } in shaderCaps() function