Home
last modified time | relevance | path

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

/external/chromium_org/gpu/command_buffer/service/
Dcontext_state_impl_autogen.h57 polygon_offset_factor = 0.0f; in Initialize()
122 glPolygonOffset(polygon_offset_factor, polygon_offset_units); in InitState()
307 params[0] = static_cast<GLint>(polygon_offset_factor); in GetStateAsGLint()
631 params[0] = static_cast<GLfloat>(polygon_offset_factor); in GetStateAsGLfloat()
Dcontext_state_autogen.h57 GLfloat polygon_offset_factor; variable
Dgles2_cmd_decoder_autogen.h1487 if (state_.polygon_offset_factor != factor || in HandlePolygonOffset()
1489 state_.polygon_offset_factor = factor; in HandlePolygonOffset()