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/src/libGLESv2/renderer/d3d/d3d11/
Renderer11.cpp 749 mPixelConstants.viewCoords[0] = actualViewport.width * 0.5f;
750 mPixelConstants.viewCoords[1] = actualViewport.height * 0.5f;
751 mPixelConstants.viewCoords[2] = actualViewport.x + (actualViewport.width * 0.5f);
752 mPixelConstants.viewCoords[3] = actualViewport.y + (actualViewport.height * 0.5f);
754 mPixelConstants.depthFront[0] = (actualZFar - actualZNear) * 0.5f;
755 mPixelConstants.depthFront[1] = (actualZNear + actualZFar) * 0.5f;
761 mPixelConstants.depthRange[0] = actualZNear;
762 mPixelConstants.depthRange[1] = actualZFar;
763 mPixelConstants.depthRange[2] = actualZFar - actualZNear;
    [all...]
Renderer11.h 309 dx_PixelConstants mPixelConstants;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Renderer9.h 314 rx::dx_PixelConstants mPixelConstants;
Renderer9.cpp     [all...]

Completed in 62 milliseconds