Searched defs:hasError (Results 1 – 5 of 5) sorted by relevance
58 AEMU_EXPORT bool hasError() const override { return mHasError; } in hasError() function
55 AEMU_EXPORT bool hasError() const override { return mHasError; } in hasError() function
237 bool WGLWindow::hasError() const in hasError() function in WGLWindow
658 bool EGLWindow::hasError() const in hasError() function in EGLWindow
96 __attribute__((always_inline)) bool hasError() const { return m_error != GL_NO_ERROR; } in hasError() function