Home | History | Annotate | Download | only in mesa

Lines Matching refs:fContext

33     : fContext(static_cast<Context>(NULL))
48 if (fContext) {
49 OSMesaDestroyContext((OSMesaContext)fContext);
50 fContext = static_cast<Context>(NULL);
60 fContext = (Context)OSMesaCreateContextExt(OSMESA_BGRA, 0, 0, 0, NULL);
62 fContext = (Context)OSMesaCreateContext(OSMESA_BGRA, NULL);
64 if (!fContext) {
79 if (!OSMesaMakeCurrent((OSMesaContext)fContext,
100 if (fContext) {
101 if (!OSMesaMakeCurrent((OSMesaContext)fContext, fImage,