Searched refs:fExtraSamplerKey (Results 1 – 2 of 2) sorted by relevance
79 fExtraSamplerKey = extraSamplerKey; in reset()80 SkASSERT(!fExtraSamplerKey || textureType == GrTextureType::kExternal); in reset()
277 uint32_t extraSamplerKey() const { return fExtraSamplerKey; } in extraSamplerKey()285 uint32_t fExtraSamplerKey = 0; variable