OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:force_hw_line_stipple
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/svga/
svga_context.c
52
DEBUG_GET_ONCE_BOOL_OPTION(
force_hw_line_stipple
, "SVGA_FORCE_HW_LINE_STIPPLE", FALSE);
127
svga->debug.
force_hw_line_stipple
= debug_get_option_force_hw_line_stipple();
svga_pipe_rasterizer.c
113
if (!svga->debug.
force_hw_line_stipple
) {
svga_context.h
329
boolean
force_hw_line_stipple
;
member in struct:svga_context::__anon27490
Completed in 6822 milliseconds