Home
last modified time | relevance | path

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

/dports/devel/directfb/DirectFB-1.4.17/src/core/
H A Dsurface_allocation.h71 struct __DFB_CoreSurfaceAllocation { struct
72 FusionObject object;
74 int magic;
78 CoreSurfaceBuffer *buffer; /* Surface Buffer owning this allocation. */
79 … CoreSurface *surface; /* Surface owning the Buffer of this allocation. */
80 CoreSurfacePool *pool; /* Surface Pool providing the allocation. */
81 void *data; /* Pool's private data for this allocation. */
82 int size; /* Amount of data used by this allocation. */
88 CoreSurfaceAccessFlags accessed[_CSAID_NUM]; /* Access since last synchronization. */
91 CoreSurfaceTypeFlags type;
[all …]