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

/external/chromium_org/third_party/skia/include/gpu/
H A DGrTBackendEffectFactory.h43 static const EffectKey kIllegalTextureKeyMask = (uint16_t) (~((1U << kTextureKeyBits) - 1)); variable
44 GrAssert(!(kIllegalTextureKeyMask & textureKey));
/external/skia/include/gpu/
H A DGrTBackendEffectFactory.h43 static const EffectKey kIllegalTextureKeyMask = (uint16_t) (~((1U << kTextureKeyBits) - 1)); variable
44 GrAssert(!(kIllegalTextureKeyMask & textureKey));

Completed in 104 milliseconds