Searched defs:isLinking (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/ | ||
H A D | Program.cpp | 93 bool isLinking() override { return false; } in isLinking() function in gl::__anon53e1ee4a0111::LinkEventDone |
/aosp_15_r20/external/angle/src/tests/gl_tests/ | ||
H A D | ParallelShaderCompileTest.cpp | 161 bool isLinking = task->link(); in run() local |