Searched refs:foundTextureLevel (Results 1 – 1 of 1) sorted by relevance
2020 const auto &foundTextureLevel = foundTextureLevels->second.find(level); in CaptureMidExecutionSetup() local2021 ASSERT(foundTextureLevel != foundTextureLevels->second.end()); in CaptureMidExecutionSetup()2022 const std::vector<uint8_t> &capturedTextureLevel = foundTextureLevel->second; in CaptureMidExecutionSetup()