Searched refs:kHashBits (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLGpuProgramCache.cpp55 for (int i = 0; i < 1 << kHashBits; ++i) {
90 for (int i = 0; i < 1 << kHashBits; i++) {
120 if (kHashBits <= 8) {
123 hashIdx &=((1 << kHashBits) - 1);
164 int purgedHashIdx = entry->fProgram->getDesc().getChecksum() & ((1 << kHashBits) - 1);
H A DGrGLGpu.h274 kHashBits = 6, enumerator in enum:GrGLGpu::ProgramCache::__anon16942
287 // hash table based on lowest kHashBits bits of the program key. Used to avoid binary
289 Entry* fHashTable[1 << kHashBits];
/external/skia/src/core/
H A DSkGlyphCache.h197 kHashBits = 8, enumerator in enum:SkGlyphCache::__anon16825
198 kHashCount = 1 << kHashBits,

Completed in 74 milliseconds