Searched refs:tmp_dsurf (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 1773 _EGLSurface *tmp_dsurf, *tmp_rsurf; in dri2_make_current() local 1820 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &tmp_dsurf, &tmp_rsurf); in dri2_make_current() 1822 tmp_dsurf == dsurf && in dri2_make_current() 1855 _eglBindContext(ctx, dsurf, rsurf, &tmp_ctx, &tmp_dsurf, &tmp_rsurf); in dri2_make_current() 1856 assert(tmp_ctx == old_ctx && tmp_dsurf == old_dsurf && in dri2_make_current()
|