Home
last modified time | relevance | path

Searched refs:dfb_surface_reconfig (Results 1 – 8 of 8) sorted by relevance

/dports/devel/directfb/DirectFB-1.4.17/src/core/
H A Dsurface.h278 DFBResult dfb_surface_reconfig ( CoreSurface *surface,
446 return dfb_surface_reconfig( surface, &config ); in dfb_surface_resize()
466 return dfb_surface_reconfig( surface, &config ); in dfb_surface_reformat()
H A DCoreSurface_real.c58 return dfb_surface_reconfig( obj, config ); in ISurface_Real__SetConfig()
H A Dsurface.c476 dfb_surface_reconfig( CoreSurface *surface, in dfb_surface_reconfig() function
H A Dlayer_context.c1888 ret = dfb_surface_reconfig( surface, &sconfig ); in dfb_layer_context_reallocate_surface()
/dports/devel/directfb/DirectFB-1.4.17/systems/osx/
H A Dprimary.c358 ret = dfb_surface_reconfig( surface, in primaryReallocateSurface()
365 ret = dfb_surface_reconfig( surface, in primaryReallocateSurface()
/dports/devel/directfb/DirectFB-1.4.17/wm/default/
H A Ddefault.c1993 ret = dfb_surface_reconfig( window->surface, &config ); in resize_window()
/dports/devel/directfb/DirectFB-1.4.17/
H A DNEWS253 - remove precheck for locked buffers in dfb_surface_reconfig()
3341 - Fixed a video memory leak in dfb_surface_reconfig() that happened if a
H A DChangeLog2362 Core: remove precheck for locked buffers in dfb_surface_reconfig()
2380 dfb_surface_reconfig() no longer returns when a surface is locked, but decouples
12084 Added debug message to dfb_surface_reconfig().
22493 dfb_surface_reconfig() was still leaking video memory via depth buffer.
22754 Fixed a video memory leak in dfb_surface_reconfig() that happened if a
26303 Fixed dfb_surface_reconfig().