Searched refs:mMemoryProgramCache (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | ContextImpl.cpp | 17 : mState(state), mMemoryProgramCache(nullptr), mErrors(errorSet) in ContextImpl() 39 mMemoryProgramCache = memoryProgramCache; in setMemoryProgramCache()
|
D | ContextImpl.h | 261 gl::MemoryProgramCache *mMemoryProgramCache; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Display.cpp | 798 mMemoryProgramCache(mBlobCache), in Display() 1047 mMemoryProgramCache.clear(); in terminate() 1352 gl::MemoryProgramCache *cachePointer = &mMemoryProgramCache; in createContext() 1365 if (!programCacheControlEnabled || mMemoryProgramCache.maxSize() == 0) in createContext() 2070 return static_cast<EGLint>(mMemoryProgramCache.entryCount()); in programCacheGetAttrib() 2084 ASSERT(index >= 0 && index < static_cast<EGLint>(mMemoryProgramCache.entryCount())); in programCacheQuery() 2090 mMemoryProgramCache.getAt(static_cast<size_t>(index), &programHash, &programBinary); in programCacheQuery() 2133 if (!mMemoryProgramCache.putBinary(programHash, reinterpret_cast<const uint8_t *>(binary), in programCachePopulate() 2148 size_t initialSize = mMemoryProgramCache.size(); in programCacheResize() 2149 mMemoryProgramCache.resize(static_cast<size_t>(limit)); in programCacheResize() [all …]
|
D | Context.h | 495 MemoryProgramCache *getMemoryProgramCache() const { return mMemoryProgramCache; } in getMemoryProgramCache() 755 MemoryProgramCache *mMemoryProgramCache; variable
|
D | Display.h | 371 gl::MemoryProgramCache mMemoryProgramCache; variable
|
D | Context.cpp | 399 mMemoryProgramCache(memoryProgramCache), in Context() 455 mImplementation->setMemoryProgramCache(mMemoryProgramCache); in initializeDefaultResources() 3924 mMemoryProgramCache = nullptr; in initCaps() 4028 mMemoryProgramCache = nullptr; in updateCaps()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Context11.cpp | 939 if (mMemoryProgramCache) in triggerDrawCallProgramRecompilation() 941 ANGLE_TRY(mMemoryProgramCache->updateProgram(context, program)); in triggerDrawCallProgramRecompilation() 977 if (mMemoryProgramCache) in triggerDispatchCallProgramRecompilation() 979 ANGLE_TRY(mMemoryProgramCache->updateProgram(context, program)); in triggerDispatchCallProgramRecompilation()
|