Searched defs:const_bias (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstate.c1722 } scale_bias, const_bias; local
1725 const_bias.d = stateblock->renderState[WINED3DRS_DEPTHBIAS];
1730 glPolygonOffset(scale_bias.f, const_bias.f * 1e6f);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstate.c1802 } scale_bias, const_bias; local
1805 const_bias.d = state->render_states[WINED3D_RS_DEPTHBIAS];
1812 float bias = -(float)const_bias.d;
1832 gl_info->gl_ops.gl.p_glPolygonOffset(scale_bias.f, const_bias.f * scale);

Completed in 63 milliseconds