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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_program.h99 CRProgram *defaultVertexProgram; member in struct:__anon16228
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_program.c151 prog = p->defaultVertexProgram;
237 p->currentVertexProgram = p->defaultVertexProgram;
1743 p->defaultVertexProgram = GetProgram(p, GL_VERTEX_PROGRAM_ARB, 0);
1746 p->currentVertexProgram = p->defaultVertexProgram;
1787 DeleteProgram(p->defaultVertexProgram);
H A Dstate_snapshot.c1713 crStateSaveProgramCB(0, pContext->program.defaultVertexProgram, pSSM);
2129 SLC_COPYPTR(program.defaultVertexProgram);
2445 rc = crStateLoadProgram(&pContext->program.defaultVertexProgram, pSSM);
2462 pContext->program.currentVertexProgram = ui==0 ? pContext->program.defaultVertexProgram

Completed in 1144 milliseconds