Searched refs:vg_context (Results 1 - 25 of 62) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_manager.h33 #include "vg_context.h"
36 vg_manager_flush_frontbuffer(struct vg_context *ctx);
39 vg_manager_validate_framebuffer(struct vg_context *ctx);
H A Dvg_translate.h31 #include "vg_context.h"
37 void _vega_pack_rgba_span_float(struct vg_context *ctx,
41 void _vega_unpack_float_span_rgba(struct vg_context *ctx,
H A Dapi_context.c30 #include "vg_context.h"
38 struct vg_context *ctx = vg_current_context();
52 struct vg_context *ctx = vg_current_context();
66 struct vg_context *ctx = vg_current_context();
H A Dapi_transform.c29 #include "vg_context.h"
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();
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...]
H A Dvg_manager.c41 #include "vg_context.h"
46 vg_context_update_color_rb(struct vg_context *ctx, struct pipe_resource *pt)
84 vg_manager_flush_frontbuffer(struct vg_context *ctx)
105 vg_manager_validate_framebuffer(struct vg_context *ctx)
147 struct vg_context *ctx = (struct vg_context *) stctxi;
156 struct vg_context *ctx = (struct vg_context *) stctxi;
169 struct vg_context *shared_ctx = (struct vg_context *) shared_stctx
[all...]
H A Dapi_paint.c29 #include "vg_context.h"
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();
H A Dapi_misc.c29 #include "vg_context.h"
36 struct vg_context *ctx = vg_current_context();
64 struct vg_context *ctx = vg_current_context();
H A Dshader.h34 struct vg_context;
38 struct shader *shader_create(struct vg_context *context);
H A Dpolygon.h33 struct vg_context;
63 void polygon_fill(struct polygon *p, struct vg_context *pipe);
73 void polygon_array_fill(struct polygon_array *polyarray, struct vg_context *ctx);
H A Dapi_text.c29 #include "vg_context.h"
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();
H A Dshaders_cache.h31 struct vg_context;
107 struct shaders_cache *shaders_cache_create(struct vg_context *pipe);
116 void vg_shader_destroy(struct vg_context *ctx, struct vg_shader *shader);
H A Dvg_context.c27 #include "vg_context.h"
49 struct vg_context *_vg_context = 0;
51 struct vg_context * vg_current_context(void)
60 choose_depth_stencil_format(struct vg_context *ctx)
81 void vg_set_current_context(struct vg_context *ctx)
87 struct vg_context * vg_create_context(struct pipe_context *pipe,
89 struct vg_context *share)
91 struct vg_context *ctx;
93 ctx = CALLOC_STRUCT(vg_context);
146 void vg_destroy_context(struct vg_context *ct
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_manager.h33 #include "vg_context.h"
36 vg_manager_flush_frontbuffer(struct vg_context *ctx);
39 vg_manager_validate_framebuffer(struct vg_context *ctx);
H A Dvg_translate.h31 #include "vg_context.h"
37 void _vega_pack_rgba_span_float(struct vg_context *ctx,
41 void _vega_unpack_float_span_rgba(struct vg_context *ctx,
H A Dapi_context.c30 #include "vg_context.h"
38 struct vg_context *ctx = vg_current_context();
52 struct vg_context *ctx = vg_current_context();
66 struct vg_context *ctx = vg_current_context();
H A Dapi_transform.c29 #include "vg_context.h"
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();
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...]
H A Dvg_manager.c41 #include "vg_context.h"
46 vg_context_update_color_rb(struct vg_context *ctx, struct pipe_resource *pt)
84 vg_manager_flush_frontbuffer(struct vg_context *ctx)
105 vg_manager_validate_framebuffer(struct vg_context *ctx)
147 struct vg_context *ctx = (struct vg_context *) stctxi;
156 struct vg_context *ctx = (struct vg_context *) stctxi;
169 struct vg_context *shared_ctx = (struct vg_context *) shared_stctx
[all...]
H A Dapi_paint.c29 #include "vg_context.h"
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();
H A Dapi_misc.c29 #include "vg_context.h"
36 struct vg_context *ctx = vg_current_context();
64 struct vg_context *ctx = vg_current_context();
H A Dshader.h34 struct vg_context;
38 struct shader *shader_create(struct vg_context *context);
H A Dpolygon.h33 struct vg_context;
63 void polygon_fill(struct polygon *p, struct vg_context *pipe);
73 void polygon_array_fill(struct polygon_array *polyarray, struct vg_context *ctx);
H A Dapi_text.c29 #include "vg_context.h"
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();
H A Dshaders_cache.h31 struct vg_context;
107 struct shaders_cache *shaders_cache_create(struct vg_context *pipe);
116 void vg_shader_destroy(struct vg_context *ctx, struct vg_shader *shader);

Completed in 362 milliseconds

123