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