Searched refs:stVisual (Results 1 – 3 of 3) sorted by relevance
139 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()
231 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()
59 struct st_visual* stVisual; member