Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DContextImpl.cpp52 void ContextImpl::setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache) in setMemoryProgramCache() function in rx::ContextImpl
H A DContextImpl.h257 void setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache);
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp700 mImplementation->setMemoryProgramCache(mMemoryProgramCache); in initializeDefaultResources()