Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp152 context->stVisual = hgl_create_st_visual(fOptions); in CreateContext()
159 FREE(context->stVisual); in CreateContext()
168 attribs.visual = *context->stVisual; in CreateContext()
212 hgl_destroy_st_visual(context->stVisual); in CreateContext()
242 FREE(context->stVisual); in CreateContext()
275 if (fContext[contextID]->stVisual) in DestroyContext()
276 hgl_destroy_st_visual(fContext[contextID]->stVisual); in DestroyContext()
/third_party/mesa3d/src/gallium/frontends/hgl/
Dhgl.c229 assert(context->stVisual); in hgl_create_st_framebuffer()
239 buffer->visual = context->stVisual; in hgl_create_st_framebuffer()
251 buffer->stfbi->visual = context->stVisual; in hgl_create_st_framebuffer()
Dhgl_context.h64 struct st_visual* stVisual; member