Searched refs:pVtxFmt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddri_drv.c626 vboxdriInitTnlVtxFmt(GLvertexformat *pVtxFmt) argument
628 pVtxFmt->ArrayElement = VBOX_GL_FUNC(ArrayElement);
629 pVtxFmt->Begin = VBOX_GL_FUNC(Begin);
630 pVtxFmt->CallList = VBOX_GL_FUNC(CallList);
631 pVtxFmt->CallLists = VBOX_GL_FUNC(CallLists);
632 pVtxFmt->Color3f = VBOX_GL_FUNC(Color3f);
633 pVtxFmt->Color3fv = VBOX_GL_FUNC(Color3fv);
634 pVtxFmt->Color4f = VBOX_GL_FUNC(Color4f);
635 pVtxFmt->Color4fv = VBOX_GL_FUNC(Color4fv);
636 pVtxFmt
[all...]

Completed in 33 milliseconds