Home
last modified time | relevance | path

Searched defs:svga_winsys_context (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_winsys.h74 struct svga_winsys_context struct
77 (*destroy)(struct svga_winsys_context *swc); argument
80 (*reserve)(struct svga_winsys_context *swc, argument
92 (*surface_relocation)(struct svga_winsys_context *swc, argument
106 (*region_relocation)(struct svga_winsys_context *swc, argument
113 (*commit)(struct svga_winsys_context *swc); argument
116 (*flush)(struct svga_winsys_context *swc, argument
125 uint32 cid;
Dsvga_context.c299 svga_winsys_context( struct pipe_context *pipe ) in svga_winsys_context() function