HomeSort by relevance Sort by last modified time
    Searched refs:VG_MOVE_TO_ABS (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/state_trackers/vega/
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;
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...]
path.c 978 return VG_MOVE_TO_ABS;
    [all...]
  /external/mesa3d/include/VG/
openvg.h 231 VG_MOVE_TO_ABS = VG_MOVE_TO | VG_ABSOLUTE,
    [all...]

Completed in 87 milliseconds