Home
last modified time | relevance | path

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

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