Searched refs:oldContextID (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.cpp279 context_id oldContextID = fCurrentContext; local in function:GalliumContext::SetCurrentContext
297 if (oldContextID > 0 && oldContextID != contextID) {
298 fContext[oldContextID]->st->flush(fContext[oldContextID]->st,
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.cpp293 context_id oldContextID = fCurrentContext; local in function:GalliumContext::SetCurrentContext
312 if (oldContextID > 0 && oldContextID != contextID) {
313 fContext[oldContextID]->st->flush(fContext[oldContextID]->st,

Completed in 3 milliseconds