Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/snapshot/
DTextureLoader.h58 AEMU_EXPORT bool hasError() const override { return mHasError; } in hasError() function
DTextureSaver.h55 AEMU_EXPORT bool hasError() const override { return mHasError; } in hasError() function
/device/generic/vulkan-cereal/third-party/angle/util/windows/
DWGLWindow.cpp237 bool WGLWindow::hasError() const in hasError() function in WGLWindow
/device/generic/vulkan-cereal/third-party/angle/util/
DEGLWindow.cpp658 bool EGLWindow::hasError() const in hasError() function in EGLWindow
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.h96 __attribute__((always_inline)) bool hasError() const { return m_error != GL_NO_ERROR; } in hasError() function