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/d3d11/
Renderer11.cpp 912 mPixelConstants.viewCoords[0] = actualViewport.width * 0.5f;
913 mPixelConstants.viewCoords[1] = actualViewport.height * 0.5f;
914 mPixelConstants.viewCoords[2] = actualViewport.x + (actualViewport.width * 0.5f);
915 mPixelConstants.viewCoords[3] = actualViewport.y + (actualViewport.height * 0.5f);
917 mPixelConstants.depthFront[0] = (actualZFar - actualZNear) * 0.5f;
918 mPixelConstants.depthFront[1] = (actualZNear + actualZFar) * 0.5f;
924 mPixelConstants.depthRange[0] = actualZNear;
925 mPixelConstants.depthRange[1] = actualZFar;
926 mPixelConstants.depthRange[2] = actualZFar - actualZNear;
    [all...]
Renderer11.h 376 dx_PixelConstants mPixelConstants;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Renderer9.h 384 rx::dx_PixelConstants mPixelConstants;
Renderer9.cpp     [all...]

Completed in 107 milliseconds