OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XMesaGC
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesaP.h
215
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 */
xmesa_x.h
47
typedef GC
XMesaGC
;
xm_line.c
61
XMesaGC
gc = xmesa->xm_buffer->gc;
420
XMesaGC
gc = xmesa->xm_buffer->gc;
xm_dd.c
383
const
XMesaGC
gc = xmbuf->cleargc; /* effected by glColorMask */
517
const
XMesaGC
gc = xmbuf->cleargc; /* effected by glColorMask */
615
const
XMesaGC
gc = xmbuf->cleargc; /* effected by glColorMask */
/external/mesa3d/src/mesa/drivers/x11/
xmesaP.h
215
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 */
xmesa_x.h
47
typedef GC
XMesaGC
;
xm_line.c
61
XMesaGC
gc = xmesa->xm_buffer->gc;
420
XMesaGC
gc = xmesa->xm_buffer->gc;
xm_dd.c
383
const
XMesaGC
gc = xmbuf->cleargc; /* effected by glColorMask */
517
const
XMesaGC
gc = xmbuf->cleargc; /* effected by glColorMask */
615
const
XMesaGC
gc = xmbuf->cleargc; /* effected by glColorMask */
Completed in 36 milliseconds