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

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_impl_autogen.h106 polygon_offset_units = 0.0f;
263 (polygon_offset_units != prev_state->polygon_offset_units))
264 glPolygonOffset(polygon_offset_factor, polygon_offset_units);
345 glPolygonOffset(polygon_offset_factor, polygon_offset_units);
556 params[0] = static_cast<GLint>(round(polygon_offset_units));
893 params[0] = static_cast<GLfloat>(polygon_offset_units);
H A Dcontext_state_autogen.h76 GLfloat polygon_offset_units; variable
H A Dgles2_cmd_decoder_autogen.h1569 state_.polygon_offset_units != units) {
1571 state_.polygon_offset_units = units;

Completed in 474 milliseconds