Home
last modified time | relevance | path

Searched refs:WindowDestroyedError (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/egl/
DegluNativeWindow.hpp67 class WindowDestroyedError : public tcu::ResourceError class
70 WindowDestroyedError (const std::string& message) : tcu::ResourceError(message) {} in WindowDestroyedError() function in eglu::WindowDestroyedError
DegluGLContextFactory.cpp519 catch (const WindowDestroyedError&) in postIterate()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp133 throw eglu::WindowDestroyedError("Window has been destroyed"); in processEvents()