Searched defs:old_gctx (Results 1 - 2 of 2) sorted by relevance

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

Completed in 65 milliseconds