Searched refs:kIllegalTextureKeyMask (Results 1 – 1 of 1) sorted by relevance
42 static const EffectKey kIllegalTextureKeyMask = (uint16_t) (~((1U << kTextureKeyBits) - 1)); in glEffectKey() local43 GrAssert(!(kIllegalTextureKeyMask & textureKey)); in glEffectKey()