Home
last modified time | relevance | path

Searched refs:getNativeDisplay (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/angle/samples/angle/sample_util/win32/
DWin32Window.h25 EGLNativeDisplayType getNativeDisplay() const;
DWin32Window.cpp484 EGLNativeDisplayType Win32Window::getNativeDisplay() const in getNativeDisplay() function in Win32Window
/external/chromium_org/third_party/angle/samples/angle/sample_util/
DWindow.h36 virtual EGLNativeDisplayType getNativeDisplay() const = 0;
/external/deqp/modules/egl/
DteglTestCase.hpp59 eglu::NativeDisplay& getNativeDisplay (void) { return *m_defaultNativeDisplay; } in getNativeDisplay() function in deqp::egl::EglTestContext
DteglQuerySurfaceTests.cpp313 …wSurface surface(display, eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, d… in executeForConfig()
343 …Surface surface (display, eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, d… in executeForConfig()
575 …wSurface surface(display, eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, d… in executeForConfig()
602 …Surface surface (display, eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, d… in executeForConfig()
DteglCreateSurfaceTests.cpp146 …, createWindowSurface(display.getEGLDisplay(), config, m_eglTestCtx.getNativeDisplay(), *window, m… in executeForConfig()
202 …, createPixmapSurface(display.getEGLDisplay(), config, m_eglTestCtx.getNativeDisplay(), *pixmap, m… in executeForConfig()
DteglRenderCase.cpp151 …EGLSurface eglSurface = createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, displa… in executeForConfig()
173 …EGLSurface eglSurface = createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, displa… in executeForConfig()
DteglMakeCurrentPerfTests.cpp268 …surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_eglTestCtx.getDisp… in createWindow()
294 …surface = eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_eglTestCtx.getDisp… in createPixmap()
DteglNativeColorMappingTests.cpp511 …if (!testNativeWindow(m_testCtx.getLog(), m_eglTestCtx.getNativeDisplay(), *nativeWindow, display.… in executeForConfig()
520 …if (!testNativePixmap(m_testCtx.getLog(), m_eglTestCtx.getNativeDisplay(), *nativePixmap, display.… in executeForConfig()
DteglImageTests.cpp263 …w tcu::egl::WindowSurface(dpy, eglu::createWindowSurface(eglTestCtx.getNativeDisplay(), *m_window,… in GLES2Context()
268 …w tcu::egl::PixmapSurface(dpy, eglu::createPixmapSurface(eglTestCtx.getNativeDisplay(), *m_pixmap,… in GLES2Context()
DteglNativeCoordMappingTests.cpp544 …if (!testNativeWindow(m_testCtx.getLog(), m_eglTestCtx.getNativeDisplay(), *nativeWindow, display.… in executeForConfig()
554 …if (!testNativePixmap(m_testCtx.getLog(), m_eglTestCtx.getNativeDisplay(), *nativePixmap, width, h… in executeForConfig()
DteglCreateContextExtTests.cpp1025 …Surface surface (display, eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, d… in iterate()
1032 …Surface surface (display, eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, d… in iterate()
DteglMultiThreadTests.cpp1076 …surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_eglTestCtx.getDisp… in createDestroyObjects()
1102 …surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_eglTestCtx.getDisp… in createDestroyObjects()
1126 …surface = eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_eglTestCtx.getDisp… in createDestroyObjects()
DteglSwapBuffersTests.cpp290 …ce (display.getEGLDisplay(), eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, d… in executeForConfig()
DteglResizeTests.cpp156 NativeDisplay& nativeDisplay = m_eglTestCtx.getNativeDisplay(); in init()
DteglQueryContextTests.cpp98 eglu::NativeDisplay& nativeDisplay = m_eglTestCtx.getNativeDisplay(); in executeForConfig()
DteglPreservingSwapTests.cpp381 …e(m_eglTestCtx.getDisplay(), eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window,… in initEGLSurface()
DteglGLES2SharingTests.cpp238 …Surface surface (display, eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, d… in iterate()
DteglSyncTests.cpp241 …m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_nativeWindow, m_eglDi… in init()
DteglImageFormatTests.cpp1717 …l::WindowSurface(*m_display, eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window,… in init()