Home
last modified time | relevance | path

Searched refs:VISIBILITY_DONT_CARE (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/egl/
DegluNativeWindow.hpp49 VISIBILITY_DONT_CARE, enumerator
63 …wParams (void) : width(SIZE_DONT_CARE), height(SIZE_DONT_CARE), visibility(VISIBILITY_DONT_CARE) {} in WindowParams()
DegluGLContextFactory.cpp226 return WindowParams::VISIBILITY_DONT_CARE; in getNativeWindowVisibility()
DegluUtil.cpp439 return WindowParams::VISIBILITY_DONT_CARE; in getWindowVisibility()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp242 if (params.visibility != eglu::WindowParams::VISIBILITY_DONT_CARE) in NativeWindow()
/external/angle/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp308 if (params.visibility != eglu::WindowParams::VISIBILITY_DONT_CARE) in NativeWindow()
/external/deqp/modules/egl/
DteglImageUtil.cpp117 …veDisplay, dpy, config, DE_NULL, WindowParams(width, height, WindowParams::VISIBILITY_DONT_CARE))); in createSurface()