OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:create_sp_bo
(Results
1 - 4
of
4
) sorted by null
/external/libdrm/tests/planetest/
bo.h
25
struct sp_bo *
create_sp_bo
(struct sp_dev *dev, uint32_t width, uint32_t height,
planetest.c
82
plane[i]->bo =
create_sp_bo
(dev, plane_w, plane_h, 16,
atomictest.c
94
plane[i]->bo =
create_sp_bo
(dev, plane_w, plane_h, 16, plane[i]->format, 0);
bo.c
152
struct sp_bo *
create_sp_bo
(struct sp_dev *dev, uint32_t width, uint32_t height,
function
Completed in 53 milliseconds