Lines Matching refs:mMemoryProgramCache
900 mMemoryProgramCache(mBlobCache), in Display()
1284 mMemoryProgramCache.clear(); in terminate()
1604 gl::MemoryProgramCache *programCachePointer = &mMemoryProgramCache; in createContext()
1614 if (!programCacheControlEnabled || mMemoryProgramCache.maxSize() == 0) in createContext()
2389 return static_cast<EGLint>(mMemoryProgramCache.entryCount()); in programCacheGetAttrib()
2403 ASSERT(index >= 0 && index < static_cast<EGLint>(mMemoryProgramCache.entryCount())); in programCacheQuery()
2409 mMemoryProgramCache.getAt(static_cast<size_t>(index), &programHash, &programBinary); in programCacheQuery()
2452 if (!mMemoryProgramCache.putBinary(programHash, reinterpret_cast<const uint8_t *>(binary), in programCachePopulate()
2467 size_t initialSize = mMemoryProgramCache.size(); in programCacheResize()
2468 mMemoryProgramCache.resize(static_cast<size_t>(limit)); in programCacheResize()
2473 return static_cast<EGLint>(mMemoryProgramCache.trim(static_cast<size_t>(limit))); in programCacheResize()