Searched defs:eglSurface (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/egl/
H A DteglRenderCase.cpp138 EGLSurface eglSurface = createWindowSurface(nativeDisplay, *window, display, config, DE_NULL); local
139 eglu::UniqueSurface surface (egl, display, eglSurface);
162 EGLSurface eglSurface = createPixmapSurface(nativeDisplay, *pixmap, display, config, DE_NULL); local
163 eglu::UniqueSurface surface (egl, display, eglSurface);
H A DteglResizeTests.cpp175 const EGLSurface eglSurface = eglu::createWindowSurface(nativeDisplay, local
180 MovePtr<UniqueSurface> surface (new UniqueSurface(egl, eglDisplay, eglSurface));
330 EGLSurface eglSurface,
336 IVec2 eglSize = eglu::getSurfaceSize(egl, eglDisplay, eglSurface);
328 checkSurfaceSize(const Library& egl, EGLDisplay eglDisplay, EGLSurface eglSurface, const NativeWindow& nativeWindow, IVec2 reqSize, ResultCollector& status) argument
H A DteglGLES2SharingThreadedTests.cpp219 EGLSurface eglSurface; member in class:deqp::egl::GLES2ThreadTest::EGLThread
227 , eglSurface (EGL_NO_SURFACE)
241 egl.destroySurface(runtimeContext->display, eglSurface);
242 eglSurface = EGL_NO_SURFACE;
708 thread.eglSurface = m_surface->surface;
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp392 EGLSurface* eglSurface,
478 *eglSurface = surface;
388 create_ANGLE(EGLNativeWindowType hWnd, int msaaSampleCount, EGLDisplay* eglDisplay, EGLContext* eglContext, EGLSurface* eglSurface, EGLConfig* eglConfig) argument

Completed in 234 milliseconds