Home
last modified time | relevance | path

Searched refs:compilePending (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DShader.h90 bool compilePending() const { return mCompileStatus == CompileStatus::COMPILE_REQUESTED; } in compilePending() function
DShader.cpp391 if (!mState.compilePending()) in resolveCompile()
631 return (!mState.compilePending() || mCompilingState->compileEvent->isReady()); in isCompleted()