Definition at line 218 of file dlist.h.
◆ CDListManager()
CDListManager::CDListManager |
( |
| ) |
|
|
inline |
◆ ~CDListManager()
CDListManager::~CDListManager |
( |
| ) |
|
|
inline |
◆ ListsAreFree()
bool CDListManager::ListsAreFree |
( |
int |
firstListID, |
|
|
int |
numLists |
|
) |
| |
|
private |
◆ AddListToBeFreed()
void CDListManager::AddListToBeFreed |
( |
CDList * |
dlist | ) |
|
|
inlineprivate |
◆ SwapBuffers()
void CDListManager::SwapBuffers |
( |
| ) |
|
◆ GenLists()
unsigned int CDListManager::GenLists |
( |
int |
numLists | ) |
|
◆ DeleteLists()
void CDListManager::DeleteLists |
( |
unsigned int |
firstListID, |
|
|
int |
numLists |
|
) |
| |
◆ NewList()
void CDListManager::NewList |
( |
unsigned int |
listID, |
|
|
GLenum |
mode |
|
) |
| |
◆ EndList()
void CDListManager::EndList |
( |
| ) |
|
◆ CallList()
void CDListManager::CallList |
( |
unsigned int |
listID | ) |
|
◆ GetOpenDList()
CDList & CDListManager::GetOpenDList |
( |
| ) |
const |
|
inline |
◆ kMaxListID
const int CDListManager::kMaxListID = 4096 |
|
staticprivate |
◆ NextFreeListID
int CDListManager::NextFreeListID |
|
private |
◆ Lists
CDList* CDListManager::Lists[kMaxListID] |
|
private |
◆ OpenListID
unsigned int CDListManager::OpenListID |
|
private |
◆ OpenList
CDList* CDListManager::OpenList |
|
private |
◆ kMaxBuffersToBeFreed
const int CDListManager::kMaxBuffersToBeFreed = 1024 |
|
staticprivate |
◆ ListsToBeFreed
CDList* CDListManager::ListsToBeFreed[2][kMaxBuffersToBeFreed] |
|
private |
◆ NumListsToBeFreed
int CDListManager::NumListsToBeFreed[2] |
|
private |
◆ CurBuffer
int CDListManager::CurBuffer |
|
private |
The documentation for this class was generated from the following files: