Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrTBackendEffectFactory.h42 static const EffectKey kIllegalTextureKeyMask = (uint16_t) (~((1U << kTextureKeyBits) - 1)); in glEffectKey() local
43 GrAssert(!(kIllegalTextureKeyMask & textureKey)); in glEffectKey()