Home | History | Annotate | Download | only in libGLESv2

Lines Matching full:depthbias

1880                 float depthBias = ldexp(mState.polygonOffsetUnits, -(int)(depthbuffer->getDepthSize()));
1881 device->SetRenderState(D3DRS_DEPTHBIAS, *((DWORD*)&depthBias));