Searched refs:mMemoryProgramCache (Results 1 – 7 of 7) sorted by relevance
| /external/angle/src/libANGLE/renderer/ |
| D | ContextImpl.cpp | 18 : mState(state), mMemoryProgramCache(nullptr), mErrors(errorSet) in ContextImpl() 40 mMemoryProgramCache = memoryProgramCache; in setMemoryProgramCache()
|
| D | ContextImpl.h | 292 gl::MemoryProgramCache *mMemoryProgramCache; variable
|
| /external/angle/src/libANGLE/ |
| D | Display.cpp | 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() [all …]
|
| D | Context.h | 590 MemoryProgramCache *getMemoryProgramCache() const { return mMemoryProgramCache; } in getMemoryProgramCache() 914 MemoryProgramCache *mMemoryProgramCache; variable
|
| D | Display.h | 404 gl::MemoryProgramCache mMemoryProgramCache; variable
|
| D | Context.cpp | 648 mMemoryProgramCache(memoryProgramCache), in Context() 706 mImplementation->setMemoryProgramCache(mMemoryProgramCache); in initializeDefaultResources() 4310 mMemoryProgramCache = nullptr; in initCaps() 4479 mMemoryProgramCache = nullptr; in updateCaps()
|
| /external/angle/src/libANGLE/renderer/d3d/d3d11/ |
| D | Context11.cpp | 1018 if (mMemoryProgramCache) in triggerDrawCallProgramRecompilation() 1020 ANGLE_TRY(mMemoryProgramCache->updateProgram(context, program)); in triggerDrawCallProgramRecompilation() 1057 if (mMemoryProgramCache) in triggerDispatchCallProgramRecompilation() 1059 ANGLE_TRY(mMemoryProgramCache->updateProgram(context, program)); in triggerDispatchCallProgramRecompilation()
|