Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
DContextImpl.cpp38 void ContextImpl::setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache) in setMemoryProgramCache() function in rx::ContextImpl
DContextImpl.h246 void setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache);
/external/angle/src/libANGLE/
DContext.cpp706 mImplementation->setMemoryProgramCache(mMemoryProgramCache); in initializeDefaultResources()