Home
last modified time | relevance | path

Searched refs:mMemoryProgramCache (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/renderer/
DContextImpl.cpp17 : mState(state), mMemoryProgramCache(nullptr), mErrors(errorSet) in ContextImpl()
34 mMemoryProgramCache = memoryProgramCache; in setMemoryProgramCache()
DContextImpl.h196 gl::MemoryProgramCache *mMemoryProgramCache; variable
/external/angle/src/libANGLE/
DDisplay.cpp559 mMemoryProgramCache(mBlobCache), in Display()
757 mMemoryProgramCache.clear(); in terminate()
1033 gl::MemoryProgramCache *cachePointer = &mMemoryProgramCache; in createContext()
1046 if (!programCacheControlEnabled || mMemoryProgramCache.maxSize() == 0) in createContext()
1588 return static_cast<EGLint>(mMemoryProgramCache.entryCount()); in programCacheGetAttrib()
1602 ASSERT(index >= 0 && index < static_cast<EGLint>(mMemoryProgramCache.entryCount())); in programCacheQuery()
1608 mMemoryProgramCache.getAt(static_cast<size_t>(index), &programHash, &programBinary); in programCacheQuery()
1651 if (!mMemoryProgramCache.putBinary(programHash, reinterpret_cast<const uint8_t *>(binary), in programCachePopulate()
1666 size_t initialSize = mMemoryProgramCache.size(); in programCacheResize()
1667 mMemoryProgramCache.resize(static_cast<size_t>(limit)); in programCacheResize()
[all …]
DContext.h493 MemoryProgramCache *getMemoryProgramCache() const { return mMemoryProgramCache; } in getMemoryProgramCache()
718 MemoryProgramCache *mMemoryProgramCache; variable
DDisplay.h273 gl::MemoryProgramCache mMemoryProgramCache; variable
DContext.cpp292 mMemoryProgramCache(memoryProgramCache), in Context()
321 mImplementation->setMemoryProgramCache(mMemoryProgramCache); in initialize()
3475 mMemoryProgramCache = nullptr; in updateCaps()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp663 if (mMemoryProgramCache) in triggerDrawCallProgramRecompilation()
665 ANGLE_TRY(mMemoryProgramCache->updateProgram(context, program)); in triggerDrawCallProgramRecompilation()
701 if (mMemoryProgramCache) in triggerDispatchCallProgramRecompilation()
703 ANGLE_TRY(mMemoryProgramCache->updateProgram(context, program)); in triggerDispatchCallProgramRecompilation()