Home
last modified time | relevance | path

Searched defs:waitForPostLinkTasks (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DProgramExecutableImpl.h92 virtual void waitForPostLinkTasks(const gl::Context *context) { UNIMPLEMENTED(); } in waitForPostLinkTasks() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.h330 void waitForPostLinkTasks(const gl::Context *context) override in waitForPostLinkTasks() function
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgram.cpp1287 void Program::waitForPostLinkTasks(const Context *context) in waitForPostLinkTasks() function in gl::Program
H A DProgramExecutable.cpp3187 void ProgramExecutable::waitForPostLinkTasks(const Context *context) in waitForPostLinkTasks() function in gl::ProgramExecutable