Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/x11/
DxmesaP.h215 XMesaGC stipple_gc; /* For polygon stippling */
217 XMesaGC gc; /* scratch GC for span, line, tri drawing */
218 XMesaGC cleargc; /* GC for clearing the color buffer */
219 XMesaGC swapgc; /* GC for swapping the color buffers */
Dxmesa_x.h47 typedef GC XMesaGC; typedef
Dxm_line.c61 XMesaGC gc = xmesa->xm_buffer->gc;
420 XMesaGC gc = xmesa->xm_buffer->gc; in xor_line()
Dxm_dd.c382 const XMesaGC gc = xmbuf->cleargc; /* effected by glColorMask */ in xmesa_DrawPixels_8R8G8B()
514 const XMesaGC gc = xmbuf->cleargc; /* effected by glColorMask */ in xmesa_DrawPixels_5R6G5B()
612 const XMesaGC gc = xmbuf->cleargc; /* effected by glColorMask */ in xmesa_CopyPixels()