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

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_context.h94 struct vg_context struct
144 struct vg_context *ctx;
148 void vg_init_object(struct vg_object *obj, struct vg_context *ctx, enum vg_object_type type);
153 struct vg_context *vg_create_context(struct pipe_context *pipe,
155 struct vg_context *share);
156 void vg_destroy_context(struct vg_context *ctx);
157 struct vg_context *vg_current_context(void);
158 void vg_set_current_context(struct vg_context *ctx);
160 VGboolean vg_context_is_object_valid(struct vg_context *ctx,
163 void vg_context_add_object(struct vg_context *ct
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_context.h94 struct vg_context struct
144 struct vg_context *ctx;
148 void vg_init_object(struct vg_object *obj, struct vg_context *ctx, enum vg_object_type type);
153 struct vg_context *vg_create_context(struct pipe_context *pipe,
155 struct vg_context *share);
156 void vg_destroy_context(struct vg_context *ctx);
157 struct vg_context *vg_current_context(void);
158 void vg_set_current_context(struct vg_context *ctx);
160 VGboolean vg_context_is_object_valid(struct vg_context *ctx,
163 void vg_context_add_object(struct vg_context *ct
[all...]

Completed in 94 milliseconds