Home
last modified time | relevance | path

Searched refs:memoryProgramCache (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DContextImpl.cpp37 void ContextImpl::setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache) in setMemoryProgramCache() argument
39 mMemoryProgramCache = memoryProgramCache; in setMemoryProgramCache()
DContextImpl.h239 void setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h350 MemoryProgramCache *memoryProgramCache,
DContext.cpp357 MemoryProgramCache *memoryProgramCache, in Context() argument
373 memoryProgramCache != nullptr, in Context()
399 mMemoryProgramCache(memoryProgramCache), in Context()