Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DShader.cpp382 struct CompileJob struct
385 virtual bool wait() { return compileEvent->wait() == angle::Result::Continue; } in wait()
387 std::unique_ptr<CompileEvent> compileEvent;
388 ShCompilerInstance shCompilerInstance;