HomeSort by relevance Sort by last modified time
    Searched refs:mPixelConstants (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Renderer11.cpp 813 mPixelConstants.viewCoords[0] = actualViewport.width * 0.5f;
814 mPixelConstants.viewCoords[1] = actualViewport.height * 0.5f;
815 mPixelConstants.viewCoords[2] = actualViewport.x + (actualViewport.width * 0.5f);
816 mPixelConstants.viewCoords[3] = actualViewport.y + (actualViewport.height * 0.5f);
818 mPixelConstants.depthFront[0] = (actualZFar - actualZNear) * 0.5f;
819 mPixelConstants.depthFront[1] = (actualZNear + actualZFar) * 0.5f;
825 mPixelConstants.depthRange[0] = actualZNear;
826 mPixelConstants.depthRange[1] = actualZFar;
827 mPixelConstants.depthRange[2] = actualZFar - actualZNear;
    [all...]
Renderer11.h 306 dx_PixelConstants mPixelConstants;
Renderer9.h 322 rx::dx_PixelConstants mPixelConstants;
Renderer9.cpp     [all...]

Completed in 131 milliseconds