Home
last modified time | relevance | path

Searched defs:postTranslateFunctor (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DShaderGL.cpp72 PostTranslateFunctor &&postTranslateFunctor, in WaitableCompileEventWorkerContext()
104 WaitableCompileEventNativeParallel(PostTranslateFunctor &&postTranslateFunctor, in WaitableCompileEventNativeParallel()
133 WaitableCompileEventDone(PostTranslateFunctor &&postTranslateFunctor, bool result) in WaitableCompileEventDone()
377 auto postTranslateFunctor = [this](std::string *infoLog) { in compile() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DShaderD3D.cpp67 PostTranslateFunctor &&postTranslateFunctor, in WaitableCompileEventD3D()
279 auto postTranslateFunctor = [this](gl::ShCompilerInstance *compiler, std::string *infoLog) { in compile() local