Home
last modified time | relevance | path

Searched refs:stVisual (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp139 context->stVisual = hgl_create_st_visual(fOptions); in CreateContext()
147 FREE(context->stVisual); in CreateContext()
156 attribs.visual = *context->stVisual; in CreateContext()
193 hgl_destroy_st_visual(context->stVisual); in CreateContext()
223 FREE(context->stVisual); in CreateContext()
258 if (fContext[contextID]->stVisual) in DestroyContext()
259 hgl_destroy_st_visual(fContext[contextID]->stVisual); in DestroyContext()
/external/mesa3d/src/gallium/state_trackers/hgl/
Dhgl.c231 assert(context->stVisual); in hgl_create_st_framebuffer()
241 buffer->visual = context->stVisual; in hgl_create_st_framebuffer()
252 buffer->stfbi->visual = context->stVisual; in hgl_create_st_framebuffer()
Dhgl_context.h59 struct st_visual* stVisual; member