Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dvg_context.h94 struct vg_context struct
96 struct st_context_iface iface;
97 struct mapi_table *dispatch;
99 struct pipe_context *pipe;
100 enum pipe_format ds_format;
102 struct {
105 } state;
107 VGErrorCode _error;
109 struct st_framebuffer *draw_buffer;
111 struct cso_hash *owned_objects[VG_OBJECT_LAST];
[all …]