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

  /external/mesa3d/src/gallium/state_trackers/vega/
path_utils.h 69 case VG_LINE_TO:
path.c 424 case VG_LINE_TO:
708 case VG_LINE_TO:
720 p.segment = VG_LINE_TO;
731 p.segment = VG_LINE_TO;
835 case VG_LINE_TO:
980 case VG_LINE_TO:
    [all...]
  /external/mesa3d/include/VG/
openvg.h 215 VG_LINE_TO = ( 2 << 1),
233 VG_LINE_TO_ABS = VG_LINE_TO | VG_ABSOLUTE,
234 VG_LINE_TO_REL = VG_LINE_TO | VG_RELATIVE,
    [all...]

Completed in 61 milliseconds