Searched refs:dsurf (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/
H A Degl_wgl.c520 wgl_make_current(_EGLDisplay *disp, _EGLSurface *dsurf, argument
538 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf))
563 ddraw = (dsurf) ? wgl_egl_surface(dsurf)->fb : NULL;
580 tmp_dsurf == dsurf &&
583 _eglPutSurface(dsurf);
612 dsurf = rsurf = NULL;
615 _eglBindContext(ctx, dsurf, rsurf, &tmp_ctx, &tmp_dsurf, &tmp_rsurf);
643 if (dsurf && _eglSurfaceHasMutableRenderBuffer(dsurf)
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/haiku/
H A Degl_haiku.cpp284 haiku_make_current(_EGLDriver* drv, _EGLDisplay *disp, _EGLSurface *dsurf, argument
290 struct haiku_egl_surface* surf = haiku_egl_surface(dsurf);
294 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf))
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/haiku/
H A Degl_haiku.cpp281 haiku_make_current(_EGLDisplay *disp, _EGLSurface *dsurf, argument
287 struct haiku_egl_surface* surf = haiku_egl_surface(dsurf);
291 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_descriptors.c79 struct zink_descriptor_surface *dsurf; member in union:zink_program_descriptor_refs
81 struct zink_descriptor_surface *dsurf; member in struct:zink_program_descriptor_refs::__anone727970d0308
155 get_descriptor_surface_hash(struct zink_context *ctx, struct zink_descriptor_surface *dsurf) argument
157 return dsurf->is_buffer ? (dsurf->bufferview ? dsurf->bufferview->hash : zink_screen(ctx->base.screen)->null_descriptor_hashes.buffer_view) :
158 (dsurf->surface ? dsurf->surface->hash : zink_screen(ctx->base.screen)->null_descriptor_hashes.image_view);
928 zink_descriptor_surface_desc_set_add(struct zink_descriptor_surface *dsurf, struct zink_descriptor_set *zds, unsigned idx) argument
931 zds->surfaces[idx].is_buffer = dsurf
1148 desc_set_sampler_add(struct zink_context * ctx,struct zink_descriptor_set * zds,struct zink_descriptor_surface * dsurf,struct zink_sampler_state * state,unsigned int i,bool cache_hit) argument
1187 desc_set_descriptor_surface_add(struct zink_context * ctx,struct zink_descriptor_set * zds,struct zink_descriptor_surface * dsurf,unsigned int i,bool cache_hit) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1462 dri2_make_current(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *dsurf, argument
1480 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) {
1494 ddraw = (dsurf) ? dri2_dpy->vtbl->get_dri_drawable(dsurf) : NULL;
1519 tmp_dsurf == dsurf &&
1527 _eglPutSurface(dsurf);
1553 if (dsurf && _eglSurfaceHasMutableRenderBuffer(dsurf) &&
1561 bool mode = (dsurf->ActiveRenderBuffer == EGL_SINGLE_BUFFER);
1562 dri2_dpy->vtbl->set_shared_buffer_mode(disp, dsurf, mod
[all...]
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1765 dri2_make_current(_EGLDisplay *disp, _EGLSurface *dsurf, argument
1783 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf))
1806 ddraw = (dsurf) ? dri2_dpy->vtbl->get_dri_drawable(dsurf) : NULL;
1823 tmp_dsurf == dsurf &&
1826 _eglPutSurface(dsurf);
1853 dsurf = rsurf = NULL;
1856 _eglBindContext(ctx, dsurf, rsurf, &tmp_ctx, &tmp_dsurf, &tmp_rsurf);
1882 if (dsurf && _eglSurfaceHasMutableRenderBuffer(dsurf)
[all...]

Completed in 17 milliseconds