Home
last modified time | relevance | path

Searched refs:onMakeBurstPipelineContext (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/shaders/gradients/
DSkLinearGradient.h65 Context* onMakeBurstPipelineContext(const ContextRec&, SkArenaAlloc*) const override;
DSkLinearGradient.cpp74 SkShaderBase::Context* SkLinearGradient::onMakeBurstPipelineContext( in onMakeBurstPipelineContext() function in SkLinearGradient
/external/skia/src/shaders/
DSkShaderBase.h248 virtual Context* onMakeBurstPipelineContext(const ContextRec&, SkArenaAlloc*) const { in onMakeBurstPipelineContext() function
DSkShader.cpp110 ? this->onMakeBurstPipelineContext(rec, alloc) in makeBurstPipelineContext()