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

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_glsl.c63 if (pProgram->pAttribs) crFree(pProgram->pAttribs);
65 pProgram->pAttribs = NULL;
76 crFree(pProgram->activeState.pAttribs[i].name);
81 crFree(pProgram->currentState.pAttribs[i].name);
84 if (pProgram->activeState.pAttribs)
85 crFree(pProgram->activeState.pAttribs);
87 if (pProgram->currentState.pAttribs)
88 crFree(pProgram->currentState.pAttribs);
374 pProgram->activeState.pAttribs
636 CRGLSLAttrib *pAttribs; local
[all...]
H A Dstate_snapshot.c1118 rc = SSMR3PutMem(pSSM, &pState->pAttribs[i].index, sizeof(pState->pAttribs[i].index));
1120 crStateSaveString(pState->pAttribs[i].name, pSSM);
2606 pProgram->currentState.pAttribs = (CRGLSLAttrib*) crAlloc(pProgram->currentState.cAttribs*sizeof(CRGLSLAttrib));
2609 rc = SSMR3GetMem(pSSM, &pProgram->currentState.pAttribs[k].index, sizeof(pProgram->currentState.pAttribs[k].index));
2611 pProgram->currentState.pAttribs[k].name = crStateLoadString(pSSM);
2615 pProgram->activeState.pAttribs = (CRGLSLAttrib*) crAlloc(pProgram->activeState.cAttribs*sizeof(CRGLSLAttrib));
2618 rc = SSMR3GetMem(pSSM, &pProgram->activeState.pAttribs[k].index, sizeof(pProgram->activeState.pAttribs[
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_glsl.h54 CRGLSLAttrib *pAttribs; /*several names could be bound to the same index*/ member in struct:__anon16199
74 CRGLSLAttrib *pAttribs; member in struct:__anon16201
/vbox/src/VBox/Additions/x11/VBoxClient/testcase/
H A DtstSeamlessX11-auto.cpp223 static void smlsSetWindowAttributes(XWindowAttributes *pAttribs, argument
227 g_paSmlsWinAttribs = pAttribs;

Completed in 55 milliseconds