HomeSort by relevance Sort by last modified time
    Searched full:vg_current_context (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/gallium/state_trackers/vega/
api_transform.c 36 struct vg_context *ctx = vg_current_context();
43 struct vg_context *ctx = vg_current_context();
65 struct vg_context *ctx = vg_current_context();
82 struct vg_context *ctx = vg_current_context();
105 struct vg_context *ctx = vg_current_context();
112 struct vg_context *ctx = vg_current_context();
119 struct vg_context *ctx = vg_current_context();
126 struct vg_context *ctx = vg_current_context();
api_paint.c 37 return paint_to_handle(paint_create(vg_current_context()));
42 struct vg_context *ctx = vg_current_context();
54 struct vg_context *ctx = vg_current_context();
81 struct vg_context *ctx = vg_current_context();
102 struct vg_context *ctx = vg_current_context();
125 struct vg_context *ctx = vg_current_context();
145 struct vg_context *ctx = vg_current_context();
api_text.c 40 struct vg_context *ctx = vg_current_context();
53 struct vg_context *ctx = vg_current_context();
74 struct vg_context *ctx = vg_current_context();
107 struct vg_context *ctx = vg_current_context();
136 struct vg_context *ctx = vg_current_context();
154 struct vg_context *ctx = vg_current_context();
178 struct vg_context *ctx = vg_current_context();
api_context.c 38 struct vg_context *ctx = vg_current_context();
52 struct vg_context *ctx = vg_current_context();
66 struct vg_context *ctx = vg_current_context();
api_path.c 43 struct vg_context *ctx = vg_current_context();
66 struct vg_context *ctx = vg_current_context();
81 struct vg_context *ctx = vg_current_context();
95 struct vg_context *ctx = vg_current_context();
112 struct vg_context *ctx = vg_current_context();
125 struct vg_context *ctx = vg_current_context();
148 struct vg_context *ctx = vg_current_context();
191 struct vg_context *ctx = vg_current_context();
223 struct vg_context *ctx = vg_current_context();
246 struct vg_context *ctx = vg_current_context();
    [all...]
api_images.c 99 struct vg_context *ctx = vg_current_context();
131 struct vg_context *ctx = vg_current_context();
149 struct vg_context *ctx = vg_current_context();
177 struct vg_context *ctx = vg_current_context();
205 struct vg_context *ctx = vg_current_context();
229 struct vg_context *ctx = vg_current_context();
257 struct vg_context *ctx = vg_current_context();
277 struct vg_context *ctx = vg_current_context();
296 struct vg_context *ctx = vg_current_context();
315 struct vg_context *ctx = vg_current_context();
    [all...]
api_masks.c 41 struct vg_context *ctx = vg_current_context();
74 struct vg_context *ctx = vg_current_context();
117 struct vg_context *ctx = vg_current_context();
144 struct vg_context *ctx = vg_current_context();
159 struct vg_context *ctx = vg_current_context();
180 struct vg_context *ctx = vg_current_context();
224 struct vg_context *ctx = vg_current_context();
api_misc.c 36 struct vg_context *ctx = vg_current_context();
64 struct vg_context *ctx = vg_current_context();
text.c 134 struct vg_context *ctx = vg_current_context();
148 struct vg_context *ctx = vg_current_context();
189 struct vg_context *ctx = vg_current_context();
199 struct vg_context *ctx = vg_current_context();
220 struct vg_context *ctx = vg_current_context();
mask.c 101 struct vg_context *ctx = vg_current_context();
152 struct vg_context *ctx = vg_current_context();
185 struct vg_context *ctx = vg_current_context();
241 struct vg_context *ctx = vg_current_context();
278 struct vg_context *ctx = vg_current_context();
332 struct vg_context *ctx = vg_current_context();
375 struct vg_context *ctx = vg_current_context();
396 struct vg_context *ctx = vg_current_context();
423 struct vg_context *ctx = vg_current_context();
449 struct vg_context *ctx = vg_current_context();
    [all...]
api_params.c 47 struct vg_context *ctx = vg_current_context();
71 struct vg_context *ctx = vg_current_context();
131 struct vg_context *ctx = vg_current_context();
264 struct vg_context *ctx = vg_current_context();
392 struct vg_context *ctx = vg_current_context();
515 struct vg_context *ctx = vg_current_context();
578 struct vg_context *ctx = vg_current_context();
692 struct vg_context *ctx = vg_current_context();
768 struct vg_context *ctx = vg_current_context();
869 struct vg_context *ctx = vg_current_context();
    [all...]
image.c 237 struct vg_context *ctx = vg_current_context();
298 struct vg_context *ctx = vg_current_context();
361 struct vg_context *ctx = vg_current_context();
386 struct vg_context *ctx = vg_current_context();
442 struct vg_context *ctx = vg_current_context();
477 struct vg_context *ctx = vg_current_context();
515 struct vg_context *ctx = vg_current_context();
527 struct vg_context *ctx = vg_current_context();
565 struct vg_context *ctx = vg_current_context();
585 struct vg_context *ctx = vg_current_context();
    [all...]
api_filters.c 242 struct vg_context *ctx = vg_current_context();
289 struct vg_context *ctx = vg_current_context();
396 struct vg_context *ctx = vg_current_context();
483 struct vg_context *ctx = vg_current_context();
585 struct vg_context *ctx = vg_current_context();
642 struct vg_context *ctx = vg_current_context();
vg_context.h 157 struct vg_context *vg_current_context(void);
vg_manager.c 352 struct vg_context *ctx = vg_current_context();
path.c 193 vg_init_object(&path->base, vg_current_context(), VG_OBJECT_PATH);
195 vg_context_add_object(vg_current_context(), &path->base);
227 vg_context_remove_object(vg_current_context(), &p->base);
    [all...]
vg_context.c 51 struct vg_context * vg_current_context(void) function
paint.c 640 struct vg_context *ctx = vg_current_context();

Completed in 680 milliseconds