Home
last modified time | relevance | path

Searched defs:kKeyMask (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLEffectMatrix.h30 kKeyMask = (1 << kKeyBits) - 1, enumerator
/external/webkit/Source/JavaScriptCore/wtf/
DTCPackedCache.h221 static const K kKeyMask = N_ONES_(K, kKeybits); variable