Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp282 haiku_make_current(_EGLDriver* drv, _EGLDisplay* dpy, _EGLSurface *dsurf, in haiku_make_current() argument
288 struct haiku_egl_surface* surf = haiku_egl_surface(dsurf); in haiku_make_current()
292 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) in haiku_make_current()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1286 dri2_make_current(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *dsurf, in dri2_make_current() argument
1303 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) { in dri2_make_current()
1312 ddraw = (dsurf) ? dri2_dpy->vtbl->get_dri_drawable(dsurf) : NULL; in dri2_make_current()
1340 tmp_dsurf == dsurf && in dri2_make_current()
1343 _eglPutSurface(dsurf); in dri2_make_current()