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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.cpp54 fContext[i] = NULL;
211 if (fContext[i] == NULL) {
212 fContext[i] = context;
241 if (!fContext[contextID])
244 if (fContext[contextID]->st) {
245 fContext[contextID]->st->flush(fContext[contextID]->st, 0, NULL);
246 fContext[contextID]->st->destroy(fContext[contextID]->st);
249 if (fContext[contextI
[all...]
H A DGalliumContext.h51 struct hgl_context* fContext[CONTEXT_MAX]; member in class:GalliumContext
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.cpp57 fContext[i] = NULL;
230 if (fContext[i] == NULL) {
231 fContext[i] = context;
260 if (!fContext[contextID])
263 if (fContext[contextID]->st) {
264 fContext[contextID]->st->flush(fContext[contextID]->st, 0, NULL, NULL, NULL);
265 fContext[contextID]->st->destroy(fContext[contextID]->st);
268 if (fContext[contextI
[all...]
H A DGalliumContext.h53 struct hgl_context* fContext[CONTEXT_MAX]; member in class:GalliumContext

Completed in 3 milliseconds