Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp548 EglSurface* draw_surface = surface_it->second; in rcMakeCurrent() local
558 EglSurface* old_draw_surface = draw_surface->bind(rc->ctx->handle, false); in rcMakeCurrent()
570 EGLBoolean ret = s_egl.eglMakeCurrent(rc->dpy, draw_surface->surface, read_surface->surface, in rcMakeCurrent()
583 draw_surface->unbind(false); in rcMakeCurrent()