Home
last modified time | relevance | path

Searched refs:stw_config (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c56 wgl_add_config(_EGLDisplay *disp, const struct stw_pixelformat_info *stw_config, int id, EGLint surface_type) in wgl_add_config() argument
67 double_buffer = (stw_config->pfd.dwFlags & PFD_DOUBLEBUFFER) != 0; in wgl_add_config()
69 if (stw_config->pfd.iPixelType != PFD_TYPE_RGBA) in wgl_add_config()
72 base.RedSize = stw_config->pfd.cRedBits; in wgl_add_config()
73 base.GreenSize = stw_config->pfd.cGreenBits; in wgl_add_config()
74 base.BlueSize = stw_config->pfd.cBlueBits; in wgl_add_config()
75 base.AlphaSize = stw_config->pfd.cAlphaBits; in wgl_add_config()
76 base.BufferSize = stw_config->pfd.cColorBits; in wgl_add_config()
78 if (stw_config->pfd.cAccumBits) { in wgl_add_config()
86 base.DepthSize = stw_config in wgl_add_config()
355 const struct stw_pixelformat_info *stw_config; wgl_create_context() local
[all...]
H A Degl_wgl.h42 const struct stw_pixelformat_info *stw_config[2]; member

Completed in 2 milliseconds