OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sp_bo
(Results
1 - 3
of
3
) sorted by null
/external/libdrm/tests/planetest/
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);
dev.h
7
struct
sp_bo
;
13
struct
sp_bo
*bo;
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
*bo
[
all
...]
Completed in 51 milliseconds