Home
last modified time | relevance | path

Searched refs:VGubyte (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
Dvg_translate.c43 VGubyte r, g, b ,a; in _vega_pack_rgba_span_float()
56 VGubyte r, g, b ,a; in _vega_pack_rgba_span_float()
69 VGubyte r, g, b ,a; in _vega_pack_rgba_span_float()
82 VGubyte r, g, b; in _vega_pack_rgba_span_float()
98 VGubyte r, g, b, a; in _vega_pack_rgba_span_float()
116 VGubyte r, g, b, a; in _vega_pack_rgba_span_float()
132 VGubyte *dst = (VGubyte *)dstAddr; in _vega_pack_rgba_span_float()
134 VGubyte a; in _vega_pack_rgba_span_float()
145 VGubyte r, g, b ,a; in _vega_pack_rgba_span_float()
158 VGubyte r, g, b ,a; in _vega_pack_rgba_span_float()
[all …]
Dapi_misc.c62 const VGubyte *vegaGetString(VGStringID name) in vegaGetString()
65 static const VGubyte *vendor = (VGubyte *)"Tungsten Graphics, Inc"; in vegaGetString()
66 static const VGubyte *renderer = (VGubyte *)"Vega OpenVG 1.1"; in vegaGetString()
67 static const VGubyte *version = (VGubyte *)"1.1"; in vegaGetString()
Dvgu.c42 const VGubyte *cmds, in vgu_append_float_coords()
47 VGubyte common_data[40 * sizeof(VGfloat)]; in vgu_append_float_coords()
58 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS}; in vguLine()
85 VGubyte *cmds; in vguPolygon()
103 cmds = malloc(sizeof(VGubyte) * count + 1); in vguPolygon()
132 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, in vguRect()
170 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, in vguRoundRect()
227 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, in vguEllipse()
266 VGubyte cmds[11]; in vguArc()
Dpath.c132 VGubyte *common_data, in vg_float_to_datatype()
140 common_data[i] = (VGubyte)data[i]; in vg_float_to_datatype()
174 VGubyte *common_data = (VGubyte *)pdata; in coords_adjust_by_scale_bias()
252 const VGubyte * pathSegments, in path_append_data()
262 VGubyte *coords = (VGubyte*)p->control_points->data; in path_append_data()
310 VGubyte *common_data = (VGubyte *)dst; in convert_path()
394 VGubyte segment = ((VGubyte*)(p->segments->data))[i]; in path_get_fill_polygons()
649 return num_elements_for_segments((VGubyte*)p->segments->data, in path_num_coords()
658 VGubyte *segments = (VGubyte*)(p->segments->data); in path_modify_coords()
664 ((VGubyte*)p->control_points->data) + in path_modify_coords()
[all …]
Dpath.h43 VGubyte segment;
65 const VGubyte * pathSegments,
123 VGubyte *common_data,
Dpath_utils.h54 static INLINE VGint num_elements_for_segments(const VGubyte *segments, in num_elements_for_segments()
61 VGubyte segment = segments[i]; in num_elements_for_segments()
Dstroker.c76 const VGubyte *cmds;
176 VGubyte cmd; in stroke_fw_next()
187 VGubyte cmd; in stroke_bw_next()
200 itr->cmds = (VGubyte*)cmds->data; in stroke_itr_common_init()
225 VGubyte cmd; in stroke_backward_iterator()
243 VGubyte cmd; in stroke_flat_next()
552 VGubyte cmds = VG_MOVE_TO_ABS; in stroker_emit_move_to()
569 VGubyte cmds = VG_LINE_TO_ABS; in stroker_emit_line_to()
587 VGubyte cmds = VG_CUBIC_TO_ABS; in stroker_emit_curve_to()
1283 stroker->segments = array_create(sizeof(VGubyte)); in stroker_init()
Dimage.c363 VGubyte r, g, b ,a; in image_clear()
382 VGubyte *src = (VGubyte *)data; in image_sub_data()
448 VGubyte *dst = (VGubyte *)data; in image_get_sub_data()
Dapi_filters.c578 const VGubyte * redLUT, in vegaLookup()
579 const VGubyte * greenLUT, in vegaLookup()
580 const VGubyte * blueLUT, in vegaLookup()
581 const VGubyte * alphaLUT, in vegaLookup()
678 VGubyte blue, green, red, alpha; in vegaLookupSingle()
Dapi_images.c405 VGubyte *dst = (VGubyte *)data; in vegaReadPixels()
Dmask.c111 VGubyte *dst = (VGubyte *)data; in read_alpha_mask()
Dapi_path.c145 const VGubyte * pathSegments, in vegaAppendPathData()
/external/mesa3d/src/mapi/vgapi/
Dvgapi.csv6 void, AppendPathData, VGPath dstPath, VGint numSegments, const VGubyte
39 const VGubyte *, GetString, VGStringID name
50 … VGImage dst, VGImage src, const VGubyte *redLUT, const VGubyte *greenLUT, const VGubyte *blue…
/external/mesa3d/include/VG/
Dopenvg.h596 const VGubyte * pathSegments,
723 const VGubyte * redLUT,
724 const VGubyte * greenLUT,
725 const VGubyte * blueLUT,
726 const VGubyte * alphaLUT,
740 VG_API_CALL const VGubyte * VG_API_ENTRY vgGetString(VGStringID name) VG_API_EXIT;
Dvgplatform.h78 typedef unsigned char VGubyte; typedef