Searched defs:gl_rasterization_rules (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_line.c80 const boolean gl_rasterization_rules = local
81 stage->draw->rasterizer->gl_rasterization_rules;
84 const float bias = gl_rasterization_rules ? 0.125f : 0.0f;
98 if (gl_rasterization_rules) {
121 if (gl_rasterization_rules) {
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_line.c80 const boolean gl_rasterization_rules = local
81 stage->draw->rasterizer->gl_rasterization_rules;
84 const float bias = gl_rasterization_rules ? 0.125f : 0.0f;
98 if (gl_rasterization_rules) {
121 if (gl_rasterization_rules) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c485 boolean gl_rasterization_rules)
492 setup->pixel_offset = gl_rasterization_rules ? 0.5f : 0.0f;
481 lp_setup_set_triangle_state( struct lp_setup_context *setup, unsigned cull_mode, boolean ccw_is_frontface, boolean scissor, boolean gl_rasterization_rules) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c485 boolean gl_rasterization_rules)
492 setup->pixel_offset = gl_rasterization_rules ? 0.5f : 0.0f;
481 lp_setup_set_triangle_state( struct lp_setup_context *setup, unsigned cull_mode, boolean ccw_is_frontface, boolean scissor, boolean gl_rasterization_rules) argument
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_state.h121 unsigned gl_rasterization_rules:1; member in struct:pipe_rasterizer_state
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h121 unsigned gl_rasterization_rules:1; member in struct:pipe_rasterizer_state

Completed in 1095 milliseconds