Home
last modified time | relevance | path

Searched refs:fExtraSamplerKey (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/
DGrPrimitiveProcessor.cpp79 fExtraSamplerKey = extraSamplerKey; in reset()
80 SkASSERT(!fExtraSamplerKey || textureType == GrTextureType::kExternal); in reset()
DGrPrimitiveProcessor.h277 uint32_t extraSamplerKey() const { return fExtraSamplerKey; } in extraSamplerKey()
285 uint32_t fExtraSamplerKey = 0; variable