Searched refs:VISIBILITY_VISIBLE (Results 1 – 13 of 13) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluRenderConfig.hpp | 64 VISIBILITY_VISIBLE, enumerator 99 , windowVisibility (VISIBILITY_VISIBLE) in RenderConfig()
|
D | gluRenderConfig.cpp | 176 case tcu::WINDOWVISIBILITY_WINDOWED: return RenderConfig::VISIBILITY_VISIBLE; in parseWindowVisibility()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowDownloadManagerTest.java | 65 request.setNotificationVisibility(Request.VISIBILITY_VISIBLE); in request_shouldGetNotificationVisibility() 66 assertThat(shadow.getNotificationVisibility()).isEqualTo(Request.VISIBILITY_VISIBLE); in request_shouldGetNotificationVisibility()
|
/external/deqp/framework/egl/ |
D | egluNativeWindow.hpp | 47 VISIBILITY_VISIBLE, enumerator
|
D | egluGLContextFactory.cpp | 222 case RenderConfig::VISIBILITY_VISIBLE: return WindowParams::VISIBILITY_VISIBLE; in getNativeWindowVisibility()
|
D | egluUtil.cpp | 433 case tcu::WINDOWVISIBILITY_WINDOWED: return WindowParams::VISIBILITY_VISIBLE; in getWindowVisibility()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 255 case eglu::WindowParams::VISIBILITY_VISIBLE: in setVisibility() 259 m_curVisibility = eglu::WindowParams::VISIBILITY_VISIBLE; in setVisibility()
|
D | tcuWGLContextFactory.cpp | 138 if (config.windowVisibility != glu::RenderConfig::VISIBILITY_VISIBLE && in WGLContext()
|
/external/angle/src/tests/deqp_support/ |
D | tcuANGLENativeDisplayFactory.cpp | 320 case eglu::WindowParams::VISIBILITY_VISIBLE: in setVisibility()
|
/external/deqp/modules/egl/ |
D | teglSwapBuffersTests.cpp | 292 …, display, config, DE_NULL, eglu::WindowParams(128, 128, eglu::WindowParams::VISIBILITY_VISIBLE))); in executeForConfig()
|
D | teglNativeColorMappingTests.cpp | 534 …play, config, DE_NULL, eglu::WindowParams(width, height, eglu::WindowParams::VISIBILITY_VISIBLE))); in executeForConfig()
|
D | teglNativeCoordMappingTests.cpp | 567 …play, config, DE_NULL, eglu::WindowParams(width, height, eglu::WindowParams::VISIBILITY_VISIBLE))); in executeForConfig()
|
D | teglGetFrameTimestampsTests.cpp | 505 …, display, config, DE_NULL, eglu::WindowParams(128, 128, eglu::WindowParams::VISIBILITY_VISIBLE))); in executeForConfig()
|