HomeSort by relevance Sort by last modified time
    Searched defs:kHashBits (Results 1 - 2 of 2) sorted by null

  /external/skia/gpu/include/
GrTextureCache.h 46 kHashBits = 7,
47 kHashCount = 1 << kHashBits,
  /external/skia/src/core/
SkGlyphCache.h 231 kHashBits = 8,
232 kHashCount = 1 << kHashBits,
250 // shift so that the top bits fall into kHashBits region
253 kHashBits

Completed in 51 milliseconds