HomeSort by relevance Sort by last modified time
    Searched defs:nativeDisplay (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/egl/
teglRenderCase.cpp 121 eglu::NativeDisplay& nativeDisplay = m_eglTestCtx.getNativeDisplay();
137 de::UniquePtr<eglu::NativeWindow> window (windowFactory.createWindow(&nativeDisplay, display, config, DE_NULL, params));
138 EGLSurface eglSurface = createWindowSurface(nativeDisplay, *window, display, config, DE_NULL);
161 std::auto_ptr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&nativeDisplay, display, config, DE_NULL, width, height));
162 EGLSurface eglSurface = createPixmapSurface(nativeDisplay, *pixmap, display, config, DE_NULL);
teglImageUtil.cpp 64 using eglu::NativeDisplay;
102 NativeDisplay& nativeDisplay = eglTestCtx.getNativeDisplay();
117 MovePtr<NativeWindow> window (windowFactory.createWindow(&nativeDisplay, dpy, config, DE_NULL, WindowParams(width, height, WindowParams::VISIBILITY_DONT_CARE)));
118 const EGLSurface surface = eglu::createWindowSurface(nativeDisplay, *window, dpy, config, DE_NULL);
126 MovePtr<NativePixmap> pixmap (pixmapFactory.createPixmap(&nativeDisplay, dpy, config, DE_NULL, width, height));
teglResizeTests.cpp 77 using eglu::NativeDisplay;
165 NativeDisplay& nativeDisplay = m_eglTestCtx.getNativeDisplay();
170 MovePtr<NativeWindow> nativeWindow (windowFactory.createWindow(&nativeDisplay,
175 const EGLSurface eglSurface = eglu::createWindowSurface(nativeDisplay,

Completed in 1363 milliseconds