OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gbm_device
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gbm/main/
gbmint.h
51
struct
gbm_device
{
struct
52
/* Hack to make a
gbm_device
detectable by its first element. */
53
struct
gbm_device
*(*dummy)(int);
60
void (*destroy)(struct
gbm_device
*gbm);
61
int (*is_format_supported)(struct
gbm_device
*gbm,
65
struct gbm_bo *(*bo_create)(struct
gbm_device
*gbm,
69
struct gbm_bo *(*bo_import)(struct
gbm_device
*gbm, uint32_t type,
74
struct gbm_surface *(*surface_create)(struct
gbm_device
*gbm,
90
struct
gbm_device
*gbm;
101
struct
gbm_device
*gbm
[
all
...]
/external/mesa3d/src/gbm/main/
gbmint.h
51
struct
gbm_device
{
struct
52
/* Hack to make a
gbm_device
detectable by its first element. */
53
struct
gbm_device
*(*dummy)(int);
60
void (*destroy)(struct
gbm_device
*gbm);
61
int (*is_format_supported)(struct
gbm_device
*gbm,
65
struct gbm_bo *(*bo_create)(struct
gbm_device
*gbm,
69
struct gbm_bo *(*bo_import)(struct
gbm_device
*gbm, uint32_t type,
74
struct gbm_surface *(*surface_create)(struct
gbm_device
*gbm,
90
struct
gbm_device
*gbm;
101
struct
gbm_device
*gbm
[
all
...]
Completed in 2311 milliseconds