Searched refs:clearcolor (Results 1 – 3 of 3) sorted by relevance
151 const GLubyte r = xmesa->clearcolor[0]; in clear_24bit_ximage()152 const GLubyte g = xmesa->clearcolor[1]; in clear_24bit_ximage()153 const GLubyte b = xmesa->clearcolor[2]; in clear_24bit_ximage()255 _mesa_unclamped_float_rgba_to_ubyte(xmesa->clearcolor, in clear_buffers()258 xmesa->clearcolor[0], in clear_buffers()259 xmesa->clearcolor[1], in clear_buffers()260 xmesa->clearcolor[2], in clear_buffers()261 xmesa->clearcolor[3], in clear_buffers()
1240 c->clearcolor[0], in XMesaMakeCurrent2()1241 c->clearcolor[1], in XMesaMakeCurrent2()1242 c->clearcolor[2], in XMesaMakeCurrent2()1243 c->clearcolor[3], in XMesaMakeCurrent2()
119 GLubyte clearcolor[4]; /* current clearing color */ member