Searched refs:polygon_offset_factor (Results 1 – 3 of 3) sorted by relevance
57 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()
57 GLfloat polygon_offset_factor; variable
1487 if (state_.polygon_offset_factor != factor || in HandlePolygonOffset()1489 state_.polygon_offset_factor = factor; in HandlePolygonOffset()