Lines Matching refs:mMemoryProgramCache
651 mMemoryProgramCache(mBlobCache), in Display()
855 mMemoryProgramCache.clear(); in terminate()
1131 gl::MemoryProgramCache *cachePointer = &mMemoryProgramCache; in createContext()
1144 if (!programCacheControlEnabled || mMemoryProgramCache.maxSize() == 0) in createContext()
1686 return static_cast<EGLint>(mMemoryProgramCache.entryCount()); in programCacheGetAttrib()
1700 ASSERT(index >= 0 && index < static_cast<EGLint>(mMemoryProgramCache.entryCount())); in programCacheQuery()
1706 mMemoryProgramCache.getAt(static_cast<size_t>(index), &programHash, &programBinary); in programCacheQuery()
1749 if (!mMemoryProgramCache.putBinary(programHash, reinterpret_cast<const uint8_t *>(binary), in programCachePopulate()
1764 size_t initialSize = mMemoryProgramCache.size(); in programCacheResize()
1765 mMemoryProgramCache.resize(static_cast<size_t>(limit)); in programCacheResize()
1770 return static_cast<EGLint>(mMemoryProgramCache.trim(static_cast<size_t>(limit))); in programCacheResize()