OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:svga_winsys_context
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_context.c
298
struct
svga_winsys_context
*
299
svga_winsys_context
( struct pipe_context *pipe )
function
svga_winsys.h
74
struct
svga_winsys_context
struct
77
(*destroy)(struct
svga_winsys_context
*swc);
80
(*reserve)(struct
svga_winsys_context
*swc,
92
(*surface_relocation)(struct
svga_winsys_context
*swc,
106
(*region_relocation)(struct
svga_winsys_context
*swc,
113
(*commit)(struct
svga_winsys_context
*swc);
116
(*flush)(struct
svga_winsys_context
*swc,
155
struct
svga_winsys_context
*
295
struct
svga_winsys_context
*
296
svga_winsys_context
(struct pipe_context *context)
[
all
...]
/external/mesa3d/src/gallium/drivers/svga/
svga_context.c
298
struct
svga_winsys_context
*
299
svga_winsys_context
( struct pipe_context *pipe )
function
svga_winsys.h
74
struct
svga_winsys_context
struct
77
(*destroy)(struct
svga_winsys_context
*swc);
80
(*reserve)(struct
svga_winsys_context
*swc,
92
(*surface_relocation)(struct
svga_winsys_context
*swc,
106
(*region_relocation)(struct
svga_winsys_context
*swc,
113
(*commit)(struct
svga_winsys_context
*swc);
116
(*flush)(struct
svga_winsys_context
*swc,
155
struct
svga_winsys_context
*
295
struct
svga_winsys_context
*
296
svga_winsys_context
(struct pipe_context *context)
[
all
...]
Completed in 63 milliseconds