Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DShaderGL.cpp72 PostTranslateFunctor &&postTranslateFunctor, in WaitableCompileEventWorkerContext() argument
76 mPostTranslateFunctor(std::move(postTranslateFunctor)), in WaitableCompileEventWorkerContext()
104 WaitableCompileEventNativeParallel(PostTranslateFunctor &&postTranslateFunctor, in WaitableCompileEventNativeParallel() argument
109 mPostTranslateFunctor(std::move(postTranslateFunctor)), in WaitableCompileEventNativeParallel()
133 WaitableCompileEventDone(PostTranslateFunctor &&postTranslateFunctor, bool result) in WaitableCompileEventDone() argument
135 mPostTranslateFunctor(std::move(postTranslateFunctor)), in WaitableCompileEventDone()
377 auto postTranslateFunctor = [this](std::string *infoLog) { in compile() local
397 std::move(postTranslateFunctor), result, std::move(checkShaderFunctor), in compile()
420 std::move(compileAndCheckShaderFunctor), std::move(postTranslateFunctor), in compile()
432 return std::make_shared<WaitableCompileEventDone>(std::move(postTranslateFunctor), result); in compile()
/external/angle/src/libANGLE/renderer/d3d/
DShaderD3D.cpp67 PostTranslateFunctor &&postTranslateFunctor, in WaitableCompileEventD3D() argument
71 mPostTranslateFunctor(std::move(postTranslateFunctor)), in WaitableCompileEventD3D()
279 auto postTranslateFunctor = [this](gl::ShCompilerInstance *compiler, std::string *infoLog) { in compile() local
359 std::move(postTranslateFunctor), translateTask); in compile()