Home
last modified time | relevance | path

Searched refs:egl_surface (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/graphics_GLAPICheck/src/
Dgles_APICheck.cc162 EGLSurface* egl_surface) { in InitGraphics() argument
211 *egl_surface = eglCreateWindowSurface(*egl_display, egl_config, in InitGraphics()
213 if (*egl_surface == EGL_NO_SURFACE) { in InitGraphics()
225 rt_code = eglMakeCurrent(*egl_display, *egl_surface, in InitGraphics()
226 *egl_surface, *egl_context); in InitGraphics()
236 EGLSurface egl_surface) { in ExitGraphics() argument
241 if (egl_surface != EGL_NO_SURFACE) in ExitGraphics()
242 eglDestroySurface(egl_display, egl_surface); in ExitGraphics()
294 EGLSurface egl_surface = EGL_NO_SURFACE; in main() local
311 &egl_context, &egl_surface); in main()
[all …]
/external/autotest/client/deps/nvmap_compactor/src/
Dnvmap_carveout_compactor.c45 static EGLSurface egl_surface; variable
566 eglDestroySurface(egl_display, egl_surface); in CleanupEgl()
700 egl_surface = eglCreateWindowSurface(egl_display, config, win, NULL); in EglInitialize()
701 if (egl_surface == EGL_NO_SURFACE) { in EglInitialize()
713 if ( !eglMakeCurrent(egl_display, egl_surface, egl_surface, in EglInitialize()
830 eglSwapBuffers(egl_display, egl_surface); in main()
/external/autotest/client/deps/glbench/src/
Dwaffle_stuff.cc86 eglQuerySurface(nw->x11_egl->display.egl_display, nw->x11_egl->egl_surface, in GetSurfaceSize()
88 eglQuerySurface(nw->x11_egl->display.egl_display, nw->x11_egl->egl_surface, in GetSurfaceSize()