Home
last modified time | relevance | path

Searched defs:__DFB_CoreSurfaceBuffer (Results 1 – 1 of 1) sorted by relevance

/dports/devel/directfb/DirectFB-1.4.17/src/core/
H A Dsurface_buffer.h143 struct __DFB_CoreSurfaceBuffer { struct
144 FusionObject object;
146 int magic;
148 DirectSerial serial; /* Increased when content is written. */
150 CoreSurfaceAllocation *read; /* Allocation with the last read access. */
152 CoreSurface *surface; /* Surface owning this Surface Buffer. */
153 CoreSurfacePolicy policy;
155 CoreSurfaceBufferFlags flags; /* Configuration and State flags. */
156 DFBSurfacePixelFormat format; /* Pixel format of buffer data. */
158 FusionVector allocs; /* Allocations within Surface Pools. */
[all …]