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

/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dwebkit-tools-completion.sh57 local command current_command="${COMP_WORDS[1]}"
58 case "$current_command" in
63 command="$current_command"
/external/chromium_org/third_party/mesa/src/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;
/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 100 milliseconds