Searched refs:sp_bo (Results 1 - 3 of 3) sorted by relevance
/external/libdrm/tests/planetest/ |
H A D | bo.h | 8 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);
|
H A D | dev.h | 7 struct sp_bo; 13 struct sp_bo *bo;
|
H A D | bo.c | 23 static void draw_rect_yuv(struct sp_bo *bo, uint32_t x, uint32_t y, uint32_t width, 50 void fill_bo(struct sp_bo *bo, uint8_t a, uint8_t r, uint8_t g, uint8_t b) 58 void draw_rect(struct sp_bo *bo, uint32_t x, uint32_t y, uint32_t width, 91 static int add_fb_sp_bo(struct sp_bo *bo, uint32_t format) 115 static int map_sp_bo(struct sp_bo *bo) 126 printf("failed to map sp_bo ret=%d\n", ret); 152 struct sp_bo *create_sp_bo(struct sp_dev *dev, uint32_t width, uint32_t height, 157 struct sp_bo *bo; 174 printf("failed to create sp_bo %d\n", ret); 209 void free_sp_bo(struct sp_bo *b [all...] |
Completed in 145 milliseconds