Home
last modified time | relevance | path

Searched refs:VISIBILITY_VISIBLE (Results 1 – 12 of 12) sorted by relevance

/external/deqp/framework/opengl/
DgluRenderConfig.hpp64 VISIBILITY_VISIBLE, enumerator
99 , windowVisibility (VISIBILITY_VISIBLE) in RenderConfig()
DgluRenderConfig.cpp176 case tcu::WINDOWVISIBILITY_WINDOWED: return RenderConfig::VISIBILITY_VISIBLE; in parseWindowVisibility()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDownloadManagerTest.java65 request.setNotificationVisibility(Request.VISIBILITY_VISIBLE); in request_shouldGetNotificationVisibility()
66 assertThat(shadow.getNotificationVisibility()).isEqualTo(Request.VISIBILITY_VISIBLE); in request_shouldGetNotificationVisibility()
/external/deqp/framework/egl/
DegluNativeWindow.hpp47 VISIBILITY_VISIBLE, enumerator
DegluGLContextFactory.cpp222 case RenderConfig::VISIBILITY_VISIBLE: return WindowParams::VISIBILITY_VISIBLE; in getNativeWindowVisibility()
DegluUtil.cpp430 case tcu::WINDOWVISIBILITY_WINDOWED: return WindowParams::VISIBILITY_VISIBLE; in getWindowVisibility()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp255 case eglu::WindowParams::VISIBILITY_VISIBLE: in setVisibility()
259 m_curVisibility = eglu::WindowParams::VISIBILITY_VISIBLE; in setVisibility()
DtcuWGLContextFactory.cpp138 if (config.windowVisibility != glu::RenderConfig::VISIBILITY_VISIBLE && in WGLContext()
/external/deqp/modules/egl/
DteglSwapBuffersTests.cpp292 …, display, config, DE_NULL, eglu::WindowParams(128, 128, eglu::WindowParams::VISIBILITY_VISIBLE))); in executeForConfig()
DteglNativeColorMappingTests.cpp534 …play, config, DE_NULL, eglu::WindowParams(width, height, eglu::WindowParams::VISIBILITY_VISIBLE))); in executeForConfig()
DteglNativeCoordMappingTests.cpp567 …play, config, DE_NULL, eglu::WindowParams(width, height, eglu::WindowParams::VISIBILITY_VISIBLE))); in executeForConfig()
DteglGetFrameTimestampsTests.cpp508 …, display, config, DE_NULL, eglu::WindowParams(128, 128, eglu::WindowParams::VISIBILITY_VISIBLE))); in executeForConfig()