Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c492 struct egl_g3d_context *old_gctx; in egl_g3d_make_current() local
501 old_gctx = egl_g3d_context(old_ctx); in egl_g3d_make_current()
502 if (old_gctx) { in egl_g3d_make_current()
504 old_gctx->stctxi->flush(old_gctx->stctxi, ST_FLUSH_FRONT, NULL); in egl_g3d_make_current()
520 else if (old_gctx) { in egl_g3d_make_current()
521 ok = old_gctx->stapi->make_current(old_gctx->stapi, NULL, NULL, NULL); in egl_g3d_make_current()
523 old_gctx->base.WindowRenderBuffer = EGL_NONE; in egl_g3d_make_current()