-
Notifications
You must be signed in to change notification settings - Fork 0
/
gbm.c
59 lines (55 loc) · 2.23 KB
/
gbm.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/*
Copyright (C) 2024 Nicolas Caramelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
void gbm_device_get_fd() {}
void gbm_device_get_backend_name() {}
void gbm_device_is_format_supported() {}
void gbm_device_get_format_modifier_plane_count() {}
void gbm_device_destroy() {}
void gbm_create_device() {}
void gbm_bo_create() {}
void gbm_bo_create_with_modifiers() {}
void gbm_bo_create_with_modifiers2() {}
void gbm_bo_import() {}
void gbm_bo_map() {}
void gbm_bo_unmap() {}
void gbm_bo_get_width() {}
void gbm_bo_get_height() {}
void gbm_bo_get_stride() {}
void gbm_bo_get_stride_for_plane() {}
void gbm_bo_get_format() {}
void gbm_bo_get_bpp() {}
void gbm_bo_get_offset() {}
void gbm_bo_get_device() {}
void gbm_bo_get_handle() {}
void gbm_bo_get_fd() {}
void gbm_bo_get_modifier() {}
void gbm_bo_get_plane_count() {}
void gbm_bo_get_handle_for_plane() {}
void gbm_bo_get_fd_for_plane() {}
void gbm_bo_write() {}
void gbm_bo_set_user_data() {}
void gbm_bo_get_user_data() {}
void gbm_bo_destroy() {}
void gbm_surface_create() {}
void gbm_surface_create_with_modifiers() {}
void gbm_surface_create_with_modifiers2() {}
void gbm_surface_lock_front_buffer() {}
void gbm_surface_release_buffer() {}
void gbm_surface_has_free_buffers() {}
void gbm_surface_destroy() {}