Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DShaderGL.cpp75 PostTranslateFunctor &&postTranslateFunctor, in WaitableCompileEventWorkerContext()
107 WaitableCompileEventNativeParallel(PostTranslateFunctor &&postTranslateFunctor, in WaitableCompileEventNativeParallel()
136 WaitableCompileEventDone(PostTranslateFunctor &&postTranslateFunctor, bool result) in WaitableCompileEventDone()
398 auto postTranslateFunctor = [this](std::string *infoLog) { in compile() local
/external/angle/src/libANGLE/renderer/d3d/
DShaderD3D.cpp71 PostTranslateFunctor &&postTranslateFunctor, in WaitableCompileEventD3D()
301 auto postTranslateFunctor = [this](gl::ShCompilerInstance *compiler, std::string *infoLog) { in compile() local