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

/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-init.cpp54 uint32_t cAttribs = pRdn->cItems; local
56 while (cAttribs-- > 0)
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_glsl.c66 pProgram->cAttribs = 0;
74 for (i=0; i<pProgram->activeState.cAttribs; ++i)
79 for (i=0; i<pProgram->currentState.cAttribs; ++i)
373 pProgram->activeState.cAttribs = 0;
375 pProgram->currentState.cAttribs = 0;
383 pProgram->cAttribs = 0;
596 for (i=0; i<pProgram->activeState.cAttribs; ++i)
616 pProgram->activeState.pAttribs = (CRGLSLAttrib *) crAlloc(pProgram->activeState.cAttribs * sizeof(CRGLSLAttrib));
619 for (i=0; i<pProgram->activeState.cAttribs; ++i)
650 for (i=0; i<pProgram->currentState.cAttribs;
[all...]
H A Dstate_snapshot.c1116 for (i=0; i<pState->cAttribs; ++i)
2605 if (pProgram->currentState.cAttribs)
2606 pProgram->currentState.pAttribs = (CRGLSLAttrib*) crAlloc(pProgram->currentState.cAttribs*sizeof(CRGLSLAttrib));
2607 for (k=0; k<pProgram->currentState.cAttribs; ++k)
2614 if (pProgram->activeState.cAttribs)
2615 pProgram->activeState.pAttribs = (CRGLSLAttrib*) crAlloc(pProgram->activeState.cAttribs*sizeof(CRGLSLAttrib));
2616 for (k=0; k<pProgram->activeState.cAttribs; ++k)
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_glsl.h55 GLuint cAttribs; member in struct:__anon16199
75 GLuint cAttribs; member in struct:__anon16201
/vbox/src/VBox/Additions/x11/VBoxClient/testcase/
H A DtstSeamlessX11-auto.cpp224 Window *pWindows, unsigned cAttribs,
229 g_cSmlsWindows = cAttribs;
223 smlsSetWindowAttributes(XWindowAttributes *pAttribs, Window *pWindows, unsigned cAttribs, const char **paNames) argument

Completed in 86 milliseconds