OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vg_context
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_context.h
94
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
*ctx
[
all
...]
/external/mesa3d/src/gallium/state_trackers/vega/
vg_context.h
94
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
*ctx
[
all
...]
Completed in 540 milliseconds