Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
DProgramExecutableImpl.h92 virtual void waitForPostLinkTasks(const gl::Context *context) { UNIMPLEMENTED(); } in waitForPostLinkTasks() function
/external/angle/src/libANGLE/
DProgram.cpp751 waitForPostLinkTasks(context); in onDestroy()
873 waitForPostLinkTasks(context); in makeNewExecutable()
1215 waitForPostLinkTasks(context); in isBinaryReady()
1287 void Program::waitForPostLinkTasks(const Context *context) in waitForPostLinkTasks() function in gl::Program
1290 mState.mExecutable->waitForPostLinkTasks(context); in waitForPostLinkTasks()
DProgram.h531 void waitForPostLinkTasks(const Context *context);
DProgramExecutable.h750 void waitForPostLinkTasks(const Context *context);
DProgramExecutable.cpp3200 void ProgramExecutable::waitForPostLinkTasks(const Context *context) in waitForPostLinkTasks() function in gl::ProgramExecutable
3207 mImplementation->waitForPostLinkTasks(context); in waitForPostLinkTasks()
/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.h329 void waitForPostLinkTasks(const gl::Context *context) override in waitForPostLinkTasks() function