Beispiel #1
0
 internal static extern IntPtr gbm_bo_map(ref gbm_bo bo, uint x, uint y, uint width, uint height, TransferFlags flags, ref uint stride, out IntPtr data);
Beispiel #2
0
 internal static extern void gbm_bo_unmap(ref gbm_bo bo, IntPtr data);
Beispiel #3
0
 internal static extern uint gbm_bo_get_stride(ref gbm_bo bo);
Beispiel #4
0
 internal static extern void gbm_bo_set_user_data(ref gbm_bo bo, ref uint data, DestroyUserDataCallback callback);
Beispiel #5
0
 internal static extern int gbm_bo_get_width(ref gbm_bo bo);
Beispiel #6
0
 internal static extern int gbm_bo_get_height(ref gbm_bo bo);
Beispiel #7
0
 internal static extern ulong gbm_bo_get_handle(ref gbm_bo bo);
Beispiel #8
0
 internal static extern Device gbm_bo_get_device(ref gbm_bo bo);
Beispiel #9
0
 internal static extern void destryBO(ref gbm_bo bo);