Searched defs:sp_bo (Results 1 - 1 of 1) sorted by relevance

/external/libdrm/tests/planetest/
H A Dbo.h8 struct sp_bo { struct
25 struct sp_bo *create_sp_bo(struct sp_dev *dev, uint32_t width, uint32_t height,
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);

Completed in 79 milliseconds