Searched refs:waitForPostLinkTasks (Results 1 – 6 of 6) sorted by relevance
92 virtual void waitForPostLinkTasks(const gl::Context *context) { UNIMPLEMENTED(); } in waitForPostLinkTasks() function
751 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::Program1290 mState.mExecutable->waitForPostLinkTasks(context); in waitForPostLinkTasks()
531 void waitForPostLinkTasks(const Context *context);
750 void waitForPostLinkTasks(const Context *context);
3200 void ProgramExecutable::waitForPostLinkTasks(const Context *context) in waitForPostLinkTasks() function in gl::ProgramExecutable3207 mImplementation->waitForPostLinkTasks(context); in waitForPostLinkTasks()
329 void waitForPostLinkTasks(const gl::Context *context) override in waitForPostLinkTasks() function