Home
last modified time | relevance | path

Searched refs:fCurrentContext (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp51 fCurrentContext(0) in GalliumContext()
293 context_id oldContextID = fCurrentContext; in SetCurrentContext()
310 fCurrentContext = contextID; in SetCurrentContext()
383 if (!fContext[fCurrentContext]) in Validate()
386 if (fContext[fCurrentContext]->width != width + 1 in Validate()
387 || fContext[fCurrentContext]->height != height + 1) { in Validate()
400 assert(fContext[fCurrentContext]); in Invalidate()
403 fContext[fCurrentContext]->width = width + 1; in Invalidate()
404 fContext[fCurrentContext]->height = height + 1; in Invalidate()
407 p_atomic_inc(&fContext[fCurrentContext]->buffer->stfbi->stamp); in Invalidate()
DGalliumContext.h34 context_id GetCurrentContext() { return fCurrentContext; }; in GetCurrentContext()
54 context_id fCurrentContext; variable