summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xa/xa.sym
blob: 50ccc99cb48dffbe1c63b07a89c4081ef86e9a6f (plain)
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
{
	global:
		xa_composite_allocation;
		xa_composite_check_accelerated;
		xa_composite_done;
		xa_composite_prepare;
		xa_composite_rect;
		xa_context_create;
		xa_context_default;
		xa_context_destroy;
		xa_context_flush;
		xa_copy;
		xa_copy_done;
		xa_copy_prepare;
		xa_fence_get;
		xa_fence_wait;
		xa_fence_destroy;
		xa_format_check_supported;
		xa_solid;
		xa_solid_done;
		xa_solid_prepare;
		xa_surface_create;
		xa_surface_dma;
		xa_surface_format;
		xa_surface_from_handle;
		xa_surface_from_handle2;
		xa_surface_handle;
		xa_surface_map;
		xa_surface_redefine;
		xa_surface_ref;
		xa_surface_unmap;
		xa_surface_unref;
		xa_tracker_create;
		xa_tracker_destroy;
		xa_tracker_version;
		xa_yuv_planar_blit;
	local:
		*;
};