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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_program.h110 CRHashTable *programHash; /* XXX belongs in shared state, actually */ member in struct:__anon16228
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_program.c33 prog = crHashtableSearch(p->programHash, id);
45 crHashtableAdd(p->programHash, id, (void *) prog);
235 prog = (CRProgram *) crHashtableSearch(p->programHash, ids[i]);
249 crHashtableDelete(p->programHash, ids[i], GL_FALSE);
271 crStateGenNames(g, p->programHash, n, ids);
298 prog = (CRProgram *) crHashtableSearch(p->programHash, id);
328 prog = (CRProgram *) crHashtableSearch(p->programHash, ids[i]);
344 crHashtableSearch(p->programHash, ids[i]);
372 CRProgram *prog = (CRProgram *) crHashtableSearch(p->programHash, ids[i]);
522 prog = (CRProgram *) crHashtableSearch(p->programHash, i
[all...]
H A Dstate_snapshot.c1487 if (crHashtableNumElements(pContext->program.programHash)>0)
1488 crDebug("Saving state with %d programs", crHashtableNumElements(pContext->program.programHash));
1709 ui32 = crHashtableNumElements(pContext->program.programHash);
1716 crHashtableWalk(pContext->program.programHash, crStateSaveProgramCB, pSSM);
2128 SLC_COPYPTR(program.programHash);
2455 crHashtableAdd(pContext->program.programHash, pProgram->id, pProgram);
2463 : crHashtableSearch(pContext->program.programHash, ui);
2467 : crHashtableSearch(pContext->program.programHash, ui);

Completed in 195 milliseconds