Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFrameCapture.cpp2020 const auto &foundTextureLevel = foundTextureLevels->second.find(level); in CaptureMidExecutionSetup() local
2021 ASSERT(foundTextureLevel != foundTextureLevels->second.end()); in CaptureMidExecutionSetup()
2022 const std::vector<uint8_t> &capturedTextureLevel = foundTextureLevel->second; in CaptureMidExecutionSetup()