Searched refs:polygon_offset_factor (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_impl_autogen.h105 polygon_offset_factor = 0.0f;
262 if ((polygon_offset_factor != prev_state->polygon_offset_factor) ||
264 glPolygonOffset(polygon_offset_factor, polygon_offset_units);
345 glPolygonOffset(polygon_offset_factor, polygon_offset_units);
550 params[0] = static_cast<GLint>(round(polygon_offset_factor));
887 params[0] = static_cast<GLfloat>(polygon_offset_factor);
H A Dcontext_state_autogen.h75 GLfloat polygon_offset_factor; variable
H A Dgles2_cmd_decoder_autogen.h1568 if (state_.polygon_offset_factor != factor ||
1570 state_.polygon_offset_factor = factor;

Completed in 1143 milliseconds