Home
last modified time | relevance | path

Searched refs:xWindow (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/egl_tests/
DEGLX11VisualTest.cpp98 Window xWindow = osWindow->getNativeWindow(); in TEST_P() local
101 ASSERT_NE(0, XGetWindowAttributes(mDisplay, xWindow, &windowAttributes)); in TEST_P()
132 EGLSurface window = eglCreateWindowSurface(display, config, xWindow, nullptr); in TEST_P()
173 Window xWindow = osWindow->getNativeWindow(); in TEST_P() local
176 ASSERT_NE(0, XGetWindowAttributes(mDisplay, xWindow, &windowAttributes)); in TEST_P()
198 Window xWindow = osWindow->getNativeWindow(); in TEST_P() local
206 EGLSurface window = eglCreateWindowSurface(display, config, xWindow, nullptr); in TEST_P()
216 XQueryTree(mDisplay, xWindow, &root, &parent, &children, &nchildren); in TEST_P()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp130 GLXWindow createWindow (::Window xWindow);
420 GLXWindow GlxVisual::createWindow (::Window xWindow) in createWindow() argument
422 return TCU_CHECK_GLX(glXCreateWindow(getXDisplay(), m_fbConfig, xWindow, NULL)); in createWindow()