Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
DContextImpl.cpp32 void ContextImpl::setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache) in setMemoryProgramCache() argument
34 mMemoryProgramCache = memoryProgramCache; in setMemoryProgramCache()
DContextImpl.h184 void setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache);
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext.h347 MemoryProgramCache *memoryProgramCache,
DContext.cpp267 MemoryProgramCache *memoryProgramCache, in Context() argument
282 memoryProgramCache != nullptr, in Context()
307 mMemoryProgramCache(memoryProgramCache), in Context()