Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/capture/
H A DFrameCapture_mock.cpp55 const auto &foundSources = mCachedProgramSources.find(id); in getProgramSources()
H A DFrameCapture.h836 ProgramSourceMap mCachedProgramSources; variable
H A DFrameCapture.cpp9984 const auto &foundSources = mCachedProgramSources.find(id); in getProgramSources()
9985 ASSERT(foundSources != mCachedProgramSources.end()); in getProgramSources()
9991 mCachedProgramSources[id] = sources; in setProgramSources()