Searched refs:VG_MOVE_TO_ABS (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
H A D | vgu.c | 58 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS}; 106 cmds[0] = VG_MOVE_TO_ABS; 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, 288 cmds[c] = VG_MOVE_TO_ABS; ++c;
|
H A D | stroker.c | 100 case VG_MOVE_TO_ABS: 127 case VG_MOVE_TO_ABS: 158 return VG_MOVE_TO_ABS; 317 case VG_MOVE_TO_ABS: 552 VGubyte cmds = VG_MOVE_TO_ABS; 762 case VG_MOVE_TO_ABS: 811 stroker_add_segment(stroker, VG_MOVE_TO_ABS, coords, 2); 822 stroker_add_segment(stroker, VG_MOVE_TO_ABS, zero_coords, 2); 839 stroker_add_segment(stroker, VG_MOVE_TO_ABS, zero_coords, 2); 849 case VG_MOVE_TO_ABS [all...] |
H A D | path.c | 978 return VG_MOVE_TO_ABS; 1632 VGubyte segment = VG_MOVE_TO_ABS; 1745 case VG_MOVE_TO_ABS: 1825 case VG_MOVE_TO_ABS: 1892 case VG_MOVE_TO_ABS: 2022 case VG_MOVE_TO_ABS:
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
H A D | vgu.c | 58 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS}; 106 cmds[0] = VG_MOVE_TO_ABS; 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, 288 cmds[c] = VG_MOVE_TO_ABS; ++c;
|
H A D | stroker.c | 100 case VG_MOVE_TO_ABS: 127 case VG_MOVE_TO_ABS: 158 return VG_MOVE_TO_ABS; 317 case VG_MOVE_TO_ABS: 552 VGubyte cmds = VG_MOVE_TO_ABS; 762 case VG_MOVE_TO_ABS: 811 stroker_add_segment(stroker, VG_MOVE_TO_ABS, coords, 2); 822 stroker_add_segment(stroker, VG_MOVE_TO_ABS, zero_coords, 2); 839 stroker_add_segment(stroker, VG_MOVE_TO_ABS, zero_coords, 2); 849 case VG_MOVE_TO_ABS [all...] |
H A D | path.c | 978 return VG_MOVE_TO_ABS; 1632 VGubyte segment = VG_MOVE_TO_ABS; 1745 case VG_MOVE_TO_ABS: 1825 case VG_MOVE_TO_ABS: 1892 case VG_MOVE_TO_ABS: 2022 case VG_MOVE_TO_ABS:
|
/external/chromium_org/third_party/mesa/src/include/VG/ |
H A D | openvg.h | 231 VG_MOVE_TO_ABS = VG_MOVE_TO | VG_ABSOLUTE, enumerator in enum:__anon12796
|
/external/mesa3d/include/VG/ |
H A D | openvg.h | 231 VG_MOVE_TO_ABS = VG_MOVE_TO | VG_ABSOLUTE, enumerator in enum:__anon23281
|
Completed in 83 milliseconds