Home
last modified time | relevance | path

Searched refs:setMemoryProgramCache (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DContextImpl.cpp37 void ContextImpl::setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache) in setMemoryProgramCache() function in rx::ContextImpl
DContextImpl.h239 void setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp455 mImplementation->setMemoryProgramCache(mMemoryProgramCache); in initializeDefaultResources()