Home
last modified time | relevance | path

Searched refs:sp_bo (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/tests/planetest/
Dbo.h8 struct sp_bo { struct
25 struct sp_bo *create_sp_bo(struct sp_dev *dev, uint32_t width, uint32_t height, argument
28 void fill_bo(struct sp_bo *bo, uint8_t a, uint8_t r, uint8_t g, uint8_t b);
29 void draw_rect(struct sp_bo *bo, uint32_t x, uint32_t y, uint32_t width,
32 void free_sp_bo(struct sp_bo *bo);
Dbo.c16 void fill_bo(struct sp_bo *bo, uint8_t a, uint8_t r, uint8_t g, uint8_t b) in fill_bo()
21 void draw_rect(struct sp_bo *bo, uint32_t x, uint32_t y, uint32_t width, in draw_rect()
54 static int add_fb_sp_bo(struct sp_bo *bo, uint32_t format) in add_fb_sp_bo()
73 static int map_sp_bo(struct sp_bo *bo) in map_sp_bo()
97 struct sp_bo *create_sp_bo(struct sp_dev *dev, uint32_t width, uint32_t height, in create_sp_bo()
102 struct sp_bo *bo; in create_sp_bo()
150 void free_sp_bo(struct sp_bo *bo) in free_sp_bo()
Ddev.h7 struct sp_bo;
13 struct sp_bo *bo;