Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DShaderGL.cpp130 class WaitableCompileEventDone final : public WaitableCompileEvent class
133 WaitableCompileEventDone(PostTranslateFunctor &&postTranslateFunctor, bool result) in WaitableCompileEventDone() function in rx::WaitableCompileEventDone
402 return std::make_shared<WaitableCompileEventDone>([](std::string *) { return true; }, in compile()
432 return std::make_shared<WaitableCompileEventDone>(std::move(postTranslateFunctor), result); in compile()