Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
DegluUtil.cpp439 return WindowParams::VISIBILITY_DONT_CARE; in getWindowVisibility()
DegluGLContextFactory.cpp226 return WindowParams::VISIBILITY_DONT_CARE; in getNativeWindowVisibility()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp242 if (params.visibility != eglu::WindowParams::VISIBILITY_DONT_CARE) in NativeWindow()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp308 if (params.visibility != eglu::WindowParams::VISIBILITY_DONT_CARE) in NativeWindow()
/third_party/vk-gl-cts/modules/egl/
DteglImageUtil.cpp117 …veDisplay, dpy, config, DE_NULL, WindowParams(width, height, WindowParams::VISIBILITY_DONT_CARE))); in createSurface()