Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlitter.h95 virtual bool resetShaderContext(const SkShader::ContextRec&);
DSkCoreBlitters.h44 bool resetShaderContext(const SkShader::ContextRec&) override;
DSkBlitter.cpp28 bool SkBlitter::resetShaderContext(const SkShader::ContextRec&) { in resetShaderContext() function in SkBlitter
963 bool SkShaderBlitter::resetShaderContext(const SkShader::ContextRec& rec) { in resetShaderContext() function in SkShaderBlitter
DSkDraw.cpp2103 if (!blitter->resetShaderContext(rec)) { in drawVertices()