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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_program.h93 CRProgram *currentVertexProgram; member in struct:__anon16228
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_program.c177 p->currentVertexProgram = prog;
236 if (prog == p->currentVertexProgram) {
237 p->currentVertexProgram = p->defaultVertexProgram;
469 prog = p->currentVertexProgram;
589 prog = p->currentVertexProgram;
1241 prog = p->currentVertexProgram;
1288 prog = p->currentVertexProgram;
1346 prog = p->currentVertexProgram;
1746 p->currentVertexProgram = p->defaultVertexProgram;
1803 CRASSERT(from->currentVertexProgram);
[all...]
H A Dstate_snapshot.c1718 rc = SSMR3PutU32(pSSM, pContext->program.currentVertexProgram->id);
2462 pContext->program.currentVertexProgram = ui==0 ? pContext->program.defaultVertexProgram
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_misc.c1944 AssertRelease(ctx->program.currentVertexProgram);
1946 if (ctx->program.currentVertexProgram->isARBprogram)
1951 if (pid != ctx->program.currentVertexProgram->id)
1953 crWarning("pid(%d) != ctx->program.currentVertexProgram->id(%d)", pid, ctx->program.currentVertexProgram->id);
1955 AssertRelease(pid == ctx->program.currentVertexProgram->id);
1962 if (pid != ctx->program.currentVertexProgram->id)
1964 crWarning("pid(%d) != ctx->program.currentVertexProgram->id(%d)", pid, ctx->program.currentVertexProgram->id);
1966 AssertRelease(pid == ctx->program.currentVertexProgram
[all...]

Completed in 204 milliseconds