ReactOS 0.4.16-dev-122-g325d74c
|
#include <displaylist.h>
Public Member Functions | |
DisplayList (NurbsTessellator *) | |
~DisplayList (void) | |
void | play (void) |
void | append (PFVS work, void *arg, PFVS cleanup) |
void | endList (void) |
Private Attributes | |
Dlnode * | nodes |
Pool | dlnodePool |
Dlnode ** | lastNode |
NurbsTessellator * | nt |
Definition at line 65 of file displaylist.h.
DisplayList::DisplayList | ( | NurbsTessellator * | _nt | ) |
Definition at line 46 of file displaylist.cc.
DisplayList::~DisplayList | ( | void | ) |
Definition at line 53 of file displaylist.cc.
Definition at line 76 of file displaylist.cc.
Definition at line 70 of file displaylist.cc.
Referenced by NurbsTessellator::endRecording().
|
private |
Definition at line 74 of file displaylist.h.
Referenced by append().
|
private |
Definition at line 75 of file displaylist.h.
Referenced by append(), DisplayList(), and endList().
|
private |
Definition at line 73 of file displaylist.h.
Referenced by DisplayList(), play(), and ~DisplayList().
|
private |
Definition at line 76 of file displaylist.h.
Referenced by DisplayList(), play(), and ~DisplayList().