Home
last modified time | relevance | path

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

/reactos/dll/opengl/opengl32/
H A Dwgl.c815 INT sw_format; in wglSetPixelFormat() local
852 sw_format = format - dc_data->nb_icd_formats; in wglSetPixelFormat()
853 if(sw_format <= dc_data->nb_sw_formats) in wglSetPixelFormat()
856 ret = sw_SetPixelFormat(hdc, dc_data, sw_format); in wglSetPixelFormat()