Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DContextImpl.cpp17 : mState(state), mMemoryProgramCache(nullptr), mErrors(errorSet) in ContextImpl()
39 mMemoryProgramCache = memoryProgramCache; in setMemoryProgramCache()
DContextImpl.h261 gl::MemoryProgramCache *mMemoryProgramCache; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.cpp798 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 …]
DContext.h495 MemoryProgramCache *getMemoryProgramCache() const { return mMemoryProgramCache; } in getMemoryProgramCache()
755 MemoryProgramCache *mMemoryProgramCache; variable
DDisplay.h371 gl::MemoryProgramCache mMemoryProgramCache; variable
DContext.cpp399 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/
DContext11.cpp939 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()