Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluNativeWindow.hpp42 struct WindowParams struct
44 enum Visibility
55 {
59 int width; //!< Positive size, or SIZE_DONT_CARE
60 int height; //!< Positive size, or SIZE_DONT_CARE
61 Visibility visibility; //!< Visibility for window
63WindowParams (void) : width(SIZE_DONT_CARE), height(SIZE_DONT_CARE), visibility(VISIBILITY_DONT_CA… in WindowParams() argument
64WindowParams (int width_, int height_, Visibility visibility_) : width(width_), height(height_), v… in WindowParams() function