Searched defs:exec_list_iterator (Results 1 - 1 of 1) sorted by path

/external/mesa3d/src/glsl/
H A Dlist.h244 class exec_list_iterator : public iterator { class in inherits:iterator
246 exec_list_iterator(exec_node *n) : node(n), _next(n->next) function in class:exec_list_iterator
442 exec_list_iterator iterator()
444 return exec_list_iterator(head);
447 exec_list_iterator iterator() const
449 return exec_list_iterator((exec_node *) head);

Completed in 268 milliseconds