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.cpp275 haiku_make_current(_EGLDriver* drv, _EGLDisplay* dpy, _EGLSurface *dsurf, in haiku_make_current() argument
281 struct haiku_egl_surface* surf = haiku_egl_surface(dsurf); in haiku_make_current()
285 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) in haiku_make_current()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1477 dri2_make_current(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *dsurf, in dri2_make_current() argument
1493 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) { in dri2_make_current()
1502 ddraw = (dsurf) ? dri2_dpy->vtbl->get_dri_drawable(dsurf) : NULL; in dri2_make_current()
1533 tmp_dsurf == dsurf && in dri2_make_current()
1536 _eglPutSurface(dsurf); in dri2_make_current()