Searched defs:current_command (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
H A Dstroker.c70 VGPathCommand (*current_command)(struct stroke_iterator *it); member in struct:stroke_iterator
87 return itr->current_command(itr);
217 itr->current_command = stroke_fw_current_command;
235 itr->current_command = stroke_bw_current_command;
341 itr->current_command = stroke_flat_current_command;

Completed in 47 milliseconds