HomeSort by relevance Sort by last modified time
    Searched refs:getNativeDisplay (Results 1 - 25 of 27) sorted by null

1 2

  /sdk/emulator/opengl/tests/ut_renderer/
NativeWindowing.h 23 virtual NativeDisplayType getNativeDisplay() = 0;
X11Windowing.h 22 NativeDisplayType getNativeDisplay();
X11RendererSurface.h 31 NativeDisplayType getNativeDisplay();
X11RendererSurface.cpp 18 NativeDisplayType X11RendererSurface::getNativeDisplay()
37 getNativeDisplay();
RendererSurface.cpp 86 NativeWindowType window = nw->createNativeWindow(nw->getNativeDisplay(), width, height);
105 nw->destroyNativeWindow(nw->getNativeDisplay(), m_window);
X11Windowing.cpp 81 NativeDisplayType X11Windowing::getNativeDisplay()
Renderer.cpp 51 m_dpy = eglGetDisplay(m_nw->getNativeDisplay());
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
Window.h 36 virtual EGLNativeDisplayType getNativeDisplay() const = 0;
  /external/chromium_org/third_party/angle/samples/angle/sample_util/win32/
Win32Window.h 25 EGLNativeDisplayType getNativeDisplay() const;
Win32Window.cpp 484 EGLNativeDisplayType Win32Window::getNativeDisplay() const
  /external/deqp/modules/egl/
teglTestCase.hpp 59 eglu::NativeDisplay& getNativeDisplay (void) { return *m_defaultNativeDisplay; }
teglCreateSurfaceTests.cpp 146 tcu::egl::WindowSurface surface (display, createWindowSurface(display.getEGLDisplay(), config, m_eglTestCtx.getNativeDisplay(), *window, m_useLegacyCreate));
202 tcu::egl::PixmapSurface surface (display, createPixmapSurface(display.getEGLDisplay(), config, m_eglTestCtx.getNativeDisplay(), *pixmap, m_useLegacyCreate));
teglRenderCase.cpp 151 EGLSurface eglSurface = createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, display.getEGLDisplay(), config, DE_NULL);
173 EGLSurface eglSurface = createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, display.getEGLDisplay(), config, DE_NULL);
teglQuerySurfaceTests.cpp 313 tcu::egl::WindowSurface surface(display, eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, display.getEGLDisplay(), config, DE_NULL));
343 tcu::egl::PixmapSurface surface (display, eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, display.getEGLDisplay(), config, DE_NULL));
575 tcu::egl::WindowSurface surface(display, eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, display.getEGLDisplay(), config, DE_NULL));
602 tcu::egl::PixmapSurface surface (display, eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, display.getEGLDisplay(), config, DE_NULL));
teglImageTests.cpp 263 m_surface = new tcu::egl::WindowSurface(dpy, eglu::createWindowSurface(eglTestCtx.getNativeDisplay(), *m_window, dpy.getEGLDisplay(), m_config, DE_NULL));
268 m_surface = new tcu::egl::PixmapSurface(dpy, eglu::createPixmapSurface(eglTestCtx.getNativeDisplay(), *m_pixmap, dpy.getEGLDisplay(), m_config, DE_NULL));
teglMakeCurrentPerfTests.cpp 268 surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_eglTestCtx.getDisplay().getEGLDisplay(), m_config, DE_NULL);
294 surface = eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_eglTestCtx.getDisplay().getEGLDisplay(), m_config, DE_NULL);
teglSwapBuffersTests.cpp 290 eglu::UniqueSurface surface (display.getEGLDisplay(), eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, display.getEGLDisplay(), config, DE_NULL));
teglCreateContextExtTests.cpp 1025 tcu::egl::WindowSurface surface (display, eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, display.getEGLDisplay(), config, DE_NULL));
1032 tcu::egl::PixmapSurface surface (display, eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, display.getEGLDisplay(), config, DE_NULL));
    [all...]
teglNativeColorMappingTests.cpp 511 if (!testNativeWindow(m_testCtx.getLog(), m_eglTestCtx.getNativeDisplay(), *nativeWindow, display.getEGLDisplay(), *context, config, gl, m_render, waitFrames, DE_LENGTH_OF_ARRAY(colors), colors))
520 if (!testNativePixmap(m_testCtx.getLog(), m_eglTestCtx.getNativeDisplay(), *nativePixmap, display.getEGLDisplay(), *context, config, gl, m_render, DE_LENGTH_OF_ARRAY(colors), colors))
teglNativeCoordMappingTests.cpp 544 if (!testNativeWindow(m_testCtx.getLog(), m_eglTestCtx.getNativeDisplay(), *nativeWindow, display.getEGLDisplay(), *context, config, gl, m_render, waitFrames))
554 if (!testNativePixmap(m_testCtx.getLog(), m_eglTestCtx.getNativeDisplay(), *nativePixmap, width, height, display.getEGLDisplay(), *context, config, gl, m_render))
teglMultiThreadTests.cpp 1076 surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_eglTestCtx.getDisplay().getEGLDisplay(), m_config, DE_NULL);
1102 surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_eglTestCtx.getDisplay().getEGLDisplay(), m_config, DE_NULL);
1126 surface = eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_eglTestCtx.getDisplay().getEGLDisplay(), m_config, DE_NULL);
    [all...]
teglPreservingSwapTests.cpp 381 m_eglSurface = new tcu::egl::WindowSurface(m_eglTestCtx.getDisplay(), eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglTestCtx.getDisplay().getEGLDisplay(), config, DE_NULL));
teglQueryContextTests.cpp 98 eglu::NativeDisplay& nativeDisplay = m_eglTestCtx.getNativeDisplay();
teglResizeTests.cpp 156 NativeDisplay& nativeDisplay = m_eglTestCtx.getNativeDisplay();
teglGLES2SharingTests.cpp 238 tcu::egl::WindowSurface surface (display, eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, display.getEGLDisplay(), config, DE_NULL));
    [all...]

Completed in 290 milliseconds

1 2