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

/xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.cpp46 hgl_display* GalliumContext::fDisplay = NULL; member in class:GalliumContext
110 fDisplay = hgl_create_display(screen);
112 if (fDisplay == NULL) {
128 if (fDisplay != NULL) {
129 struct pipe_screen* screen = fDisplay->manager->screen;
130 hgl_destroy_display(fDisplay); fDisplay = NULL;
149 context->display = fDisplay;
176 shared = fDisplay->api->get_current(fDisplay
[all...]
H A DGalliumContext.h50 static hgl_display* fDisplay; member in class:GalliumContext

Completed in 2 milliseconds