Searched refs:VGint (Results 1 - 25 of 74) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dimage.h41 VGint x, y;
42 VGint width, height;
53 VGint width, VGint height);
57 VGint x, VGint y, VGint width, VGint height);
61 VGint dataStride,
63 VGint
[all...]
H A Dmask.h36 struct vg_mask_layer *mask_layer_create(VGint width, VGint height);
39 VGint x, VGint y,
40 VGint width, VGint height,
42 VGint mask_layer_width(struct vg_mask_layer *layer);
43 VGint mask_layer_height(struct vg_mask_layer *layer);
45 VGint sx, VGint s
[all...]
H A Drenderer.h57 VGint num_samplers,
61 VGint const_buffer_len);
73 VGint x, VGint y, VGint w, VGint h,
74 VGint sx, VGint sy, VGint sw, VGint s
[all...]
H A Dpath_utils.h37 static INLINE VGint size_for_datatype(VGPathDatatype datatype)
54 static INLINE VGint num_elements_for_segments(const VGubyte *segments,
55 VGint num_segments)
57 VGint i;
58 VGint count = 0;
62 VGint command = SEGMENT_COMMAND(segment);
H A Dapi_images.c96 VGint width, VGint height,
146 VGint x, VGint y,
147 VGint width, VGint height)
172 VGint dataStride,
174 VGint x, VGint y,
175 VGint widt
[all...]
H A Dpaint.h49 const VGint *color);
51 VGint *color);
67 const VGint *coords);
69 VGint *coords);
77 const VGint *values);
79 VGint *coords);
87 void paint_set_ramp_stopsi(struct vg_paint *paint, const VGint *stops,
89 void paint_ramp_stopsi(struct vg_paint *paint, VGint *stops,
95 VGint mode);
110 VGint paint_bind_sampler
[all...]
H A Dpath.h55 VGint segmentCapacityHint,
56 VGint coordCapacityHint,
64 VGint numSegments,
71 VGint path_num_segments(struct path *p);
87 VGint path_num_coords(struct path *p);
90 VGint startIndex,
91 VGint numSegments,
117 void path_point(struct path *p, VGint startSegment, VGint numSegments,
125 VGint num_coord
[all...]
H A Dmask.c46 VGint width;
47 VGint height;
53 intersect_rectangles(VGint dwidth, VGint dheight,
54 VGint swidth, VGint sheight,
55 VGint tx, VGint ty,
56 VGint twidth, VGint theigh
[all...]
H A Dapi_masks.c38 VGint x, VGint y,
39 VGint width, VGint height)
71 void vegaClear(VGint x, VGint y,
72 VGint width, VGint height)
142 VGMaskLayer vegaCreateMaskLayer(VGint width, VGint heigh
[all...]
H A Dvg_state.h38 VGint i;
52 VGint scissor_rects_num;
65 VGint dash_pattern_num;
72 VGint tile_fill_colori[4];
76 VGint clear_colori[4];
H A Dtext.h37 struct vg_font *font_create(VGint glyphCapacityHint);
62 VGint glyphCount,
69 VGint font_num_glyphs(struct vg_font *font);
H A Dimage.c118 struct pipe_resource *dst, VGint dx, VGint dy,
119 struct pipe_sampler_view *src, VGint sx, VGint sy,
120 VGint width, VGint height)
156 struct pipe_surface *dst, VGint dx, VGint dy,
157 struct pipe_surface *src, VGint sx, VGint s
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dimage.h41 VGint x, y;
42 VGint width, height;
53 VGint width, VGint height);
57 VGint x, VGint y, VGint width, VGint height);
61 VGint dataStride,
63 VGint
[all...]
H A Dmask.h36 struct vg_mask_layer *mask_layer_create(VGint width, VGint height);
39 VGint x, VGint y,
40 VGint width, VGint height,
42 VGint mask_layer_width(struct vg_mask_layer *layer);
43 VGint mask_layer_height(struct vg_mask_layer *layer);
45 VGint sx, VGint s
[all...]
H A Drenderer.h57 VGint num_samplers,
61 VGint const_buffer_len);
73 VGint x, VGint y, VGint w, VGint h,
74 VGint sx, VGint sy, VGint sw, VGint s
[all...]
H A Dpath_utils.h37 static INLINE VGint size_for_datatype(VGPathDatatype datatype)
54 static INLINE VGint num_elements_for_segments(const VGubyte *segments,
55 VGint num_segments)
57 VGint i;
58 VGint count = 0;
62 VGint command = SEGMENT_COMMAND(segment);
H A Dapi_images.c96 VGint width, VGint height,
146 VGint x, VGint y,
147 VGint width, VGint height)
172 VGint dataStride,
174 VGint x, VGint y,
175 VGint widt
[all...]
H A Dpaint.h49 const VGint *color);
51 VGint *color);
67 const VGint *coords);
69 VGint *coords);
77 const VGint *values);
79 VGint *coords);
87 void paint_set_ramp_stopsi(struct vg_paint *paint, const VGint *stops,
89 void paint_ramp_stopsi(struct vg_paint *paint, VGint *stops,
95 VGint mode);
110 VGint paint_bind_sampler
[all...]
H A Dpath.h55 VGint segmentCapacityHint,
56 VGint coordCapacityHint,
64 VGint numSegments,
71 VGint path_num_segments(struct path *p);
87 VGint path_num_coords(struct path *p);
90 VGint startIndex,
91 VGint numSegments,
117 void path_point(struct path *p, VGint startSegment, VGint numSegments,
125 VGint num_coord
[all...]
H A Dmask.c46 VGint width;
47 VGint height;
53 intersect_rectangles(VGint dwidth, VGint dheight,
54 VGint swidth, VGint sheight,
55 VGint tx, VGint ty,
56 VGint twidth, VGint theigh
[all...]
H A Dapi_masks.c38 VGint x, VGint y,
39 VGint width, VGint height)
71 void vegaClear(VGint x, VGint y,
72 VGint width, VGint height)
142 VGMaskLayer vegaCreateMaskLayer(VGint width, VGint heigh
[all...]
H A Dvg_state.h38 VGint i;
52 VGint scissor_rects_num;
65 VGint dash_pattern_num;
72 VGint tile_fill_colori[4];
76 VGint clear_colori[4];
H A Dtext.h37 struct vg_font *font_create(VGint glyphCapacityHint);
62 VGint glyphCount,
69 VGint font_num_glyphs(struct vg_font *font);
/external/chromium_org/third_party/mesa/src/include/VG/
H A Dopenvg.h514 VG_API_CALL void VG_API_ENTRY vgSeti (VGParamType type, VGint value) VG_API_EXIT;
515 VG_API_CALL void VG_API_ENTRY vgSetfv(VGParamType type, VGint count,
517 VG_API_CALL void VG_API_ENTRY vgSetiv(VGParamType type, VGint count,
518 const VGint * values) VG_API_EXIT;
521 VG_API_CALL VGint VG_API_ENTRY vgGeti(VGParamType type) VG_API_EXIT;
522 VG_API_CALL VGint VG_API_ENTRY vgGetVectorSize(VGParamType type) VG_API_EXIT;
523 VG_API_CALL void VG_API_ENTRY vgGetfv(VGParamType type, VGint count, VGfloat * values) VG_API_EXIT;
524 VG_API_CALL void VG_API_ENTRY vgGetiv(VGParamType type, VGint count, VGint * values) VG_API_EXIT;
527 VGint paramTyp
[all...]
/external/mesa3d/include/VG/
H A Dopenvg.h514 VG_API_CALL void VG_API_ENTRY vgSeti (VGParamType type, VGint value) VG_API_EXIT;
515 VG_API_CALL void VG_API_ENTRY vgSetfv(VGParamType type, VGint count,
517 VG_API_CALL void VG_API_ENTRY vgSetiv(VGParamType type, VGint count,
518 const VGint * values) VG_API_EXIT;
521 VG_API_CALL VGint VG_API_ENTRY vgGeti(VGParamType type) VG_API_EXIT;
522 VG_API_CALL VGint VG_API_ENTRY vgGetVectorSize(VGParamType type) VG_API_EXIT;
523 VG_API_CALL void VG_API_ENTRY vgGetfv(VGParamType type, VGint count, VGfloat * values) VG_API_EXIT;
524 VG_API_CALL void VG_API_ENTRY vgGetiv(VGParamType type, VGint count, VGint * values) VG_API_EXIT;
527 VGint paramTyp
[all...]

Completed in 276 milliseconds

123