Home
last modified time | relevance | path

Searched defs:ContextRec (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/shaders/
DSkShaderBase.h64 struct ContextRec { struct
65 ContextRec(const SkPaint& paint, const SkMatrix& matrix, const SkMatrix* localM, in ContextRec() argument
84 Context(const SkShaderBase& shader, const ContextRec&); argument
209 virtual Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const { in onMakeContext()
216 virtual Context* onMakeBurstPipelineContext(const ContextRec&, SkArenaAlloc*) const { in onMakeBurstPipelineContext()
DSkEmptyShader.h25 Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const override { in onMakeContext()
/external/skqp/src/shaders/
DSkShaderBase.h64 struct ContextRec { struct
65 ContextRec(const SkPaint& paint, const SkMatrix& matrix, const SkMatrix* localM, in ContextRec() argument
82 Context(const SkShaderBase& shader, const ContextRec&); argument
207 virtual Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const { in onMakeContext()
214 virtual Context* onMakeBurstPipelineContext(const ContextRec&, SkArenaAlloc*) const { in onMakeBurstPipelineContext()
DSkEmptyShader.h25 Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const override { in onMakeContext()