OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vmw_winsys_screen
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_screen.h
57
struct
vmw_winsys_screen
struct
82
static INLINE struct
vmw_winsys_screen
*
83
vmw_winsys_screen
(struct svga_winsys_screen *base)
function
85
return (struct
vmw_winsys_screen
*)base;
90
vmw_ioctl_context_create(struct
vmw_winsys_screen
*vws);
93
vmw_ioctl_context_destroy(struct
vmw_winsys_screen
*vws,
97
vmw_ioctl_surface_create(struct
vmw_winsys_screen
*vws,
105
vmw_ioctl_surface_destroy(struct
vmw_winsys_screen
*vws,
109
vmw_ioctl_command(struct
vmw_winsys_screen
*vws,
117
vmw_ioctl_region_create(struct
vmw_winsys_screen
*vws, uint32_t size)
[
all
...]
/external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen.h
57
struct
vmw_winsys_screen
struct
82
static INLINE struct
vmw_winsys_screen
*
83
vmw_winsys_screen
(struct svga_winsys_screen *base)
function
85
return (struct
vmw_winsys_screen
*)base;
90
vmw_ioctl_context_create(struct
vmw_winsys_screen
*vws);
93
vmw_ioctl_context_destroy(struct
vmw_winsys_screen
*vws,
97
vmw_ioctl_surface_create(struct
vmw_winsys_screen
*vws,
105
vmw_ioctl_surface_destroy(struct
vmw_winsys_screen
*vws,
109
vmw_ioctl_command(struct
vmw_winsys_screen
*vws,
117
vmw_ioctl_region_create(struct
vmw_winsys_screen
*vws, uint32_t size)
[
all
...]
Completed in 310 milliseconds