Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DShader.cpp110 ScopedExit(std::function<void()> exit) : mExit(exit) {} in ScopedExit()
111 ~ScopedExit() { mExit(); } in ~ScopedExit()
114 std::function<void()> mExit; member in gl::ScopedExit