Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DShaderGL.cpp74 PostTranslateFunctor &&postTranslateFunctor, in WaitableCompileEventWorkerContext() argument
78 mPostTranslateFunctor(std::move(postTranslateFunctor)), in WaitableCompileEventWorkerContext()
106 WaitableCompileEventNativeParallel(PostTranslateFunctor &&postTranslateFunctor, in WaitableCompileEventNativeParallel() argument
111 mPostTranslateFunctor(std::move(postTranslateFunctor)), in WaitableCompileEventNativeParallel()
135 WaitableCompileEventDone(PostTranslateFunctor &&postTranslateFunctor, bool result) in WaitableCompileEventDone() argument
137 mPostTranslateFunctor(std::move(postTranslateFunctor)), in WaitableCompileEventDone()
384 auto postTranslateFunctor = [this](std::string *infoLog) { in compile() local
404 std::move(postTranslateFunctor), result, std::move(checkShaderFunctor), in compile()
427 std::move(compileAndCheckShaderFunctor), std::move(postTranslateFunctor), in compile()
439 return std::make_shared<WaitableCompileEventDone>(std::move(postTranslateFunctor), result); in compile()
/external/angle/src/libANGLE/renderer/d3d/
DShaderD3D.cpp69 PostTranslateFunctor &&postTranslateFunctor, in WaitableCompileEventD3D() argument
73 mPostTranslateFunctor(std::move(postTranslateFunctor)), in WaitableCompileEventD3D()
293 auto postTranslateFunctor = [this](gl::ShCompilerInstance *compiler, std::string *infoLog) { in compile() local
376 std::move(postTranslateFunctor), translateTask); in compile()