Home | History | Annotate | Download | only in renderer

Lines Matching refs:depthRange

821         mVertexConstants.depthRange[0] = actualZNear;
822 mVertexConstants.depthRange[1] = actualZFar;
823 mVertexConstants.depthRange[2] = actualZFar - actualZNear;
825 mPixelConstants.depthRange[0] = actualZNear;
826 mPixelConstants.depthRange[1] = actualZFar;
827 mPixelConstants.depthRange[2] = actualZFar - actualZNear;