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

/external/mesa3d/src/gallium/targets/haiku-softpipe/
H A DSoftwareRenderer.cpp63 fContextObj = new GalliumContext(options);
80 fContextID = fContextObj->CreateContext(fBitmap);
90 if (!fContextObj->GetCurrentContext())
99 if (fContextObj)
100 delete fContextObj;
120 if (fBitmap && cs == fColorSpace && fContextObj->Validate(fWidth, fHeight)) {
121 fContextObj->SetCurrentContext(fBitmap, fContextID);
128 fContextObj->SetCurrentContext(fBitmap, fContextID);
139 fContextObj->SetCurrentContext(NULL, fContextID);
153 fContextObj
[all...]
H A DSoftwareRenderer.h44 GalliumContext* fContextObj; member in class:SoftwareRenderer

Completed in 124 milliseconds