Searched defs:hasError (Results 1 – 6 of 6) sorted by relevance
49 bool hasError() { in hasError() function151 bool hasError() { return mThread.hasError(); } in hasError() function
63 AEMU_EXPORT bool hasError() const override { return mHasError; } in hasError() function
60 AEMU_EXPORT bool hasError() const override { return mHasError; } in hasError() function
40 bool hasError() { in hasError() function
107 __attribute__((always_inline)) bool hasError() const { return m_error != GL_NO_ERROR; } in hasError() function
2050 bool hasError = false; in threadLoop() local