Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/hgl/
Dhgl_context.h95 struct st_visual* hgl_create_st_visual(ulong options);
Dhgl.c301 hgl_create_st_visual(ulong options) in hgl_create_st_visual() function
/external/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp139 context->stVisual = hgl_create_st_visual(fOptions); in CreateContext()