Searched defs:newLists (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_lists.c129 TranslateListIDs(GLsizei n, GLenum type, const GLvoid *lists, GLuint *newLists) argument
138 newLists[i] = src[i] + offset;
146 newLists[i] = src[i] + offset;
154 newLists[i] = src[i] + offset;
162 newLists[i] = src[i] + offset;
170 newLists[i] = src[i] + offset;
178 newLists[i] = src[i] + offset;
186 newLists[i] = (GLuint) src[i] + offset;
194 newLists[i] = (src[i*2+0] * 256 +
203 newLists[
231 GLuint *newLists = (GLuint *) crAlloc(n * sizeof(GLuint)); local
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_perf.h62 int newLists; /**< glNewList calls */ member in struct:__anon16110
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp1998 const QMap<QString, QStringList> &newLists)
2001 m_newLists = newLists;
1996 configure(QObject *pParent, const QMap<QString, QStringList> &oldLists, const QMap<QString, QStringList> &newLists) argument

Completed in 47 milliseconds