OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WindowDestroyedError
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/egl/
egluNativeWindow.hpp
67
class
WindowDestroyedError
: public tcu::ResourceError
70
WindowDestroyedError
(const std::string& message) : tcu::ResourceError(message) {}
egluGLContextFactory.cpp
479
catch (const
WindowDestroyedError
&)
/external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp
129
throw eglu::
WindowDestroyedError
("Window has been destroyed");
Completed in 45 milliseconds