HomeSort by relevance Sort by last modified time
    Searched refs:UniqueSurface (Results 1 - 6 of 6) sorted by null

  /external/deqp/framework/egl/
egluUnique.hpp 32 class UniqueSurface
35 UniqueSurface (EGLDisplay display, EGLSurface surface);
36 ~UniqueSurface (void);
46 UniqueSurface& operator= (const UniqueSurface&);
47 UniqueSurface (const UniqueSurface&);
egluUnique.cpp 31 UniqueSurface::UniqueSurface (EGLDisplay display, EGLSurface surface)
37 UniqueSurface::~UniqueSurface (void)
  /external/deqp/modules/egl/
teglResizeTests.cpp 76 using eglu::UniqueSurface;
117 MovePtr<UniqueSurface> m_surface;
168 MovePtr<UniqueSurface> surface (new UniqueSurface(eglDisplay, eglSurface));
teglNativeColorMappingTests.cpp 320 eglu::UniqueSurface surface(display, eglu::createWindowSurface(nativeDisplay, nativeWindow, display, config, DE_NULL));
362 eglu::UniqueSurface surface(display, eglu::createPixmapSurface(nativeDisplay, nativePixmap, display, config, DE_NULL));
402 eglu::UniqueSurface surface(display, eglCreatePbufferSurface(display, config, DE_NULL));
teglNativeCoordMappingTests.cpp 367 eglu::UniqueSurface surface (display, eglu::createWindowSurface(nativeDisplay, nativeWindow, display, config, DE_NULL));
414 eglu::UniqueSurface surface(display, eglu::createPixmapSurface(nativeDisplay, nativePixmap, display, config, DE_NULL));
458 eglu::UniqueSurface surface(display, eglCreatePbufferSurface(display, config, DE_NULL));
teglSwapBuffersTests.cpp 290 eglu::UniqueSurface surface (display.getEGLDisplay(), eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, display.getEGLDisplay(), config, DE_NULL));

Completed in 322 milliseconds