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