Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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