Searched refs:old_gctx (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_api.c | 492 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()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_api.c | 492 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()
|