Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DShaderGL.cpp132 class WaitableCompileEventDone final : public WaitableCompileEvent class
135 WaitableCompileEventDone(PostTranslateFunctor &&postTranslateFunctor, bool result) in WaitableCompileEventDone() function in rx::WaitableCompileEventDone
409 return std::make_shared<WaitableCompileEventDone>([](std::string *) { return true; }, in compile()
439 return std::make_shared<WaitableCompileEventDone>(std::move(postTranslateFunctor), result); in compile()