Home
last modified time | relevance | path

Searched refs:mCachedProgramSources (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/capture/
DFrameCapture.h523 ProgramSourceMap mCachedProgramSources; variable
DFrameCapture.cpp5591 const auto &foundSources = mCachedProgramSources.find(id); in getProgramSources()
5592 ASSERT(foundSources != mCachedProgramSources.end()); in getProgramSources()
5598 mCachedProgramSources[id] = sources; in setProgramSources()