/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/ |
H A D | unpack_calllists.c | 13 GLvoid *lists = DATA_POINTER( sizeof( int ) + 8, GLvoid ); local 15 cr_unpackDispatch.CallLists( n, type, lists );
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | calllists.c | 13 const typeCast *array = (const typeCast *) lists; \ 23 const typeCast *array = (const typeCast *) lists; \ 32 crExpandCallLists(GLsizei n, GLenum type, const GLvoid *lists, argument 58 crExpandCallListsWithData(GLsizei n, GLenum type, const GLvoid *lists, argument
|
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/ |
H A D | server_lists.c | 16 * one display list or N different display lists? 31 * display lists with: 93 CRListsState *l = &(g->lists); 111 if (cr_server.curClient->currentCtxInfo->pContext->lists.mode == 0) { 129 TranslateListIDs(GLsizei n, GLenum type, const GLvoid *lists, GLuint *newLists) argument 136 const GLubyte *src = (const GLubyte *) lists; 144 const GLbyte *src = (const GLbyte *) lists; 152 const GLushort *src = (const GLushort *) lists; 160 const GLshort *src = (const GLshort *) lists; 168 const GLuint *src = (const GLuint *) lists; [all...] |
/vbox/src/VBox/HostServices/SharedOpenGL/expando/ |
H A D | expandospu.c | 145 expandoCallLists(GLsizei n, GLenum type, const GLvoid *lists) argument 149 crDLMCompileCallLists(n, type, lists); 157 crDLMReplayLists(n, type, lists, &expando_spu.self);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | config.h | 159 XF86SetupFunctionList *lists; member in struct:_XF86SetupInfo
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | config.h | 132 XF86SetupFunctionList *lists; member in struct:_XF86SetupInfo
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | config.h | 131 XF86SetupFunctionList *lists; member in struct:_XF86SetupInfo
|
H A D | glapitemp.h | 98 KEYWORD1 void KEYWORD2 NAME(CallLists)(GLsizei n, GLenum type, const GLvoid * lists) argument 100 DISPATCH(CallLists, (n, type, lists), (F, "glCallLists(%d, 0x%x, %p);\n", n, type, (const void *) lists));
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | config.h | 160 XF86SetupFunctionList *lists; member in struct:_XF86SetupInfo
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | config.h | 160 XF86SetupFunctionList *lists; member in struct:_XF86SetupInfo
|
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/ |
H A D | dlm.c | 159 /* Free the set of display lists. As each one is freed, the 177 * any other threads that have current display lists (i.e. 205 * but retain its memory and display lists. 306 * lists to all servers, or it could only send display lists to servers 413 /* This is a switch statement that lists every "type" value valid for a 434 void DLM_APIENTRY crDLMReplayDLMLists(CRDLM *dlm, GLsizei n, GLenum type, const GLvoid * lists, SPUDispatchTable *dispatchTable) argument 441 TYPE p = (TYPE)lists;\ 455 void DLM_APIENTRY crDLMReplayLists(GLsizei n, GLenum type, const GLvoid * lists, SPUDispatchTable *dispatchTable) argument 459 crDLMReplayDLMLists(listState->dlm, n, type, lists, dispatchTabl 463 crDLMReplayDLMListsState(CRDLM *dlm, GLsizei n, GLenum type, const GLvoid * lists, SPUDispatchTable *dispatchTable) argument 484 crDLMReplayListsState(GLsizei n, GLenum type, const GLvoid * lists, SPUDispatchTable *dispatchTable) argument [all...] |
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_glstate.h | 91 CRListsBits lists; member in struct:__anon16099 113 CRHashTable *dlistTable; /* all display lists */ 174 CRListsState lists; member in struct:CRContext
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | glapitemp.h | 98 KEYWORD1 void KEYWORD2 NAME(CallLists)(GLsizei n, GLenum type, const GLvoid * lists) argument 100 DISPATCH(CallLists, (n, type, lists), (F, "glCallLists(%d, 0x%x, %p);\n", n, type, (const void *) lists));
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | glapitemp.h | 98 KEYWORD1 void KEYWORD2 NAME(CallLists)(GLsizei n, GLenum type, const GLvoid * lists) argument 100 DISPATCH(CallLists, (n, type, lists), (F, "glCallLists(%d, 0x%x, %p);\n", n, type, (const void *) lists));
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | glapitemp.h | 98 KEYWORD1 void KEYWORD2 NAME(CallLists)(GLsizei n, GLenum type, const GLvoid * lists) argument 100 DISPATCH(CallLists, (n, type, lists), (F, "glCallLists(%d, 0x%x, %p);\n", n, type, (const void *) lists));
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | glapitemp.h | 98 KEYWORD1 void KEYWORD2 NAME(CallLists)(GLsizei n, GLenum type, const GLvoid * lists) argument 100 DISPATCH(CallLists, (n, type, lists), (F, "glCallLists(%d, 0x%x, %p);\n", n, type, (const void *) lists));
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | glapitemp.h | 98 KEYWORD1 void KEYWORD2 NAME(CallLists)(GLsizei n, GLenum type, const GLvoid * lists) argument 100 DISPATCH(CallLists, (n, type, lists), (F, "glCallLists(%d, 0x%x, %p);\n", n, type, (const void *) lists));
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/glapi/ |
H A D | glapitemp.h | 98 KEYWORD1 void KEYWORD2 NAME(CallLists)(GLsizei n, GLenum type, const GLvoid * lists) argument 100 DISPATCH(CallLists, (n, type, lists), (F, "glCallLists(%d, 0x%x, %p);\n", n, type, (const void *) lists));
|