/external/mesa3d/src/gallium/state_trackers/vega/ |
api_misc.c | 62 const VGubyte *vegaGetString(VGStringID name) 65 static const VGubyte *vendor = (VGubyte *)"Tungsten Graphics, Inc"; 66 static const VGubyte *renderer = (VGubyte *)"Vega OpenVG 1.1"; 67 static const VGubyte *version = (VGubyte *)"1.1";
|
vg_translate.c | 43 VGubyte r, g, b ,a; 56 VGubyte r, g, b ,a; 69 VGubyte r, g, b ,a; 82 VGubyte r, g, b; 98 VGubyte r, g, b, a; 116 VGubyte r, g, b, a; 132 VGubyte *dst = (VGubyte *)dstAddr; 134 VGubyte a; 145 VGubyte r, g, b ,a [all...] |
path_utils.h | 54 static INLINE VGint num_elements_for_segments(const VGubyte *segments, 61 VGubyte segment = segments[i];
|
path.h | 43 VGubyte segment; 65 const VGubyte * pathSegments, 123 VGubyte *common_data,
|
vgu.c | 42 const VGubyte *cmds, 47 VGubyte common_data[40 * sizeof(VGfloat)]; 58 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS}; 85 VGubyte *cmds; 103 cmds = malloc(sizeof(VGubyte) * count + 1); 132 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, 170 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, 227 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, 266 VGubyte cmds[11];
|
path.c | 132 VGubyte *common_data, 140 common_data[i] = (VGubyte)data[i]; 174 VGubyte *common_data = (VGubyte *)pdata; 252 const VGubyte * pathSegments, 262 VGubyte *coords = (VGubyte*)p->control_points->data; 310 VGubyte *common_data = (VGubyte *)dst; 394 VGubyte segment = ((VGubyte*)(p->segments->data))[i] [all...] |
stroker.c | 76 const VGubyte *cmds; 176 VGubyte cmd; 187 VGubyte cmd; 200 itr->cmds = (VGubyte*)cmds->data; 225 VGubyte cmd; 243 VGubyte cmd; 552 VGubyte cmds = VG_MOVE_TO_ABS; 569 VGubyte cmds = VG_LINE_TO_ABS; 587 VGubyte cmds = VG_CUBIC_TO_ABS; [all...] |
api_filters.c | 578 const VGubyte * redLUT, 579 const VGubyte * greenLUT, 580 const VGubyte * blueLUT, 581 const VGubyte * alphaLUT, 678 VGubyte blue, green, red, alpha;
|
image.c | 363 VGubyte r, g, b ,a; 382 VGubyte *src = (VGubyte *)data; 448 VGubyte *dst = (VGubyte *)data;
|
api_images.c | 405 VGubyte *dst = (VGubyte *)data;
|
mask.c | 111 VGubyte *dst = (VGubyte *)data;
|
api_path.c | 145 const VGubyte * pathSegments,
|
/external/mesa3d/include/VG/ |
vgplatform.h | 78 typedef unsigned char VGubyte;
|
openvg.h | 596 const VGubyte * pathSegments, [all...] |