Searched refs:tmp_rsurf (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/
H A Degl_wgl.c529 _EGLSurface *tmp_dsurf, *tmp_rsurf; local in function:wgl_make_current
578 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &tmp_dsurf, &tmp_rsurf);
581 tmp_rsurf == rsurf);
615 _eglBindContext(ctx, dsurf, rsurf, &tmp_ctx, &tmp_dsurf, &tmp_rsurf);
617 tmp_rsurf == old_rsurf);
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1774 _EGLSurface *tmp_dsurf, *tmp_rsurf; local in function:dri2_make_current
1821 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &tmp_dsurf, &tmp_rsurf);
1824 tmp_rsurf == rsurf);
1856 _eglBindContext(ctx, dsurf, rsurf, &tmp_ctx, &tmp_dsurf, &tmp_rsurf);
1858 tmp_rsurf == old_rsurf);
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1471 _EGLSurface *tmp_dsurf, *tmp_rsurf; local in function:dri2_make_current
1517 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &tmp_dsurf, &tmp_rsurf);
1520 tmp_rsurf == rsurf);

Completed in 11 milliseconds