OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GBM_MAX_PLANES
(Results
1 - 2
of
2
) sorted by null
/external/minigbm/
gbm.h
72
#define
GBM_MAX_PLANES
4
315
int fds[
GBM_MAX_PLANES
];
319
uint32_t strides[
GBM_MAX_PLANES
];
320
uint32_t offsets[
GBM_MAX_PLANES
];
321
uint64_t format_modifiers[
GBM_MAX_PLANES
];
gbm.c
200
for (i = num_planes; i <
GBM_MAX_PLANES
; i++)
Completed in 51 milliseconds