1 | # dlm_arrays.c: these have to be expanded out into
|
---|
2 | # their components before being stored in a display list
|
---|
3 | ArrayElement
|
---|
4 | DrawArrays
|
---|
5 | DrawElements
|
---|
6 | DrawRangeElements
|
---|
7 | MultiDrawArraysEXT
|
---|
8 | MultiDrawElementsEXT
|
---|
9 |
|
---|
10 | # dlm_calllist.c: since the DLM can manage state stored
|
---|
11 | # inside display lists, we can manage state updates for
|
---|
12 | # these sorts of elements.
|
---|
13 | CallList
|
---|
14 | CallLists
|
---|
15 |
|
---|
16 | # Calls to be ignored.
|
---|
17 | #VBoxConCreate
|
---|
18 | #VBoxCreateContext
|
---|
19 | #VBoxPackSetInjectThread
|
---|
20 | #VBoxPresentComposition
|
---|
21 | #VBoxWindowCreate
|
---|