Home | History | Annotate | Download | only in renderer

Lines Matching refs:depthRange

1106         vc.depthRange[0] = actualZNear;
1107 vc.depthRange[1] = actualZFar;
1108 vc.depthRange[2] = actualZFar - actualZNear;
1110 pc.depthRange[0] = actualZNear;
1111 pc.depthRange[1] = actualZFar;
1112 pc.depthRange[2] = actualZFar - actualZNear;