Lines Matching refs:mMemoryProgramCache
946 mMemoryProgramCache(mBlobCache), in Display()
1324 mMemoryProgramCache.clear(); in terminate()
1629 gl::MemoryProgramCache *programCachePointer = &mMemoryProgramCache; in createContext()
1639 if (!programCacheControlEnabled || mMemoryProgramCache.maxSize() == 0) in createContext()
2447 return static_cast<EGLint>(mMemoryProgramCache.entryCount()); in programCacheGetAttrib()
2461 ASSERT(index >= 0 && index < static_cast<EGLint>(mMemoryProgramCache.entryCount())); in programCacheQuery()
2467 mMemoryProgramCache.getAt(static_cast<size_t>(index), &programHash, &programBinary); in programCacheQuery()
2510 if (!mMemoryProgramCache.putBinary(programHash, reinterpret_cast<const uint8_t *>(binary), in programCachePopulate()
2525 size_t initialSize = mMemoryProgramCache.size(); in programCacheResize()
2526 mMemoryProgramCache.resize(static_cast<size_t>(limit)); in programCacheResize()
2531 return static_cast<EGLint>(mMemoryProgramCache.trim(static_cast<size_t>(limit))); in programCacheResize()