Searched refs:dsurf (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 275 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/ |
D | egl_dri2.c | 1477 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()
|