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

  /external/swiftshader/src/Main/
FrameBuffer.hpp 43 FrameBuffer(int width, int height, bool fullscreen, bool topLeftOrigin);
104 static bool topLeftOrigin;
FrameBuffer.cpp 33 bool FrameBuffer::topLeftOrigin = false;
35 FrameBuffer::FrameBuffer(int width, int height, bool fullscreen, bool topLeftOrigin)
37 this->topLeftOrigin = topLeftOrigin;
122 updateState.sourceStride = topLeftOrigin ? sourceStride : -sourceStride;
128 if(!topLeftOrigin)
  /external/swiftshader/src/WSI/
FrameBuffer.hpp 43 FrameBuffer(int width, int height, bool fullscreen, bool topLeftOrigin);
104 static bool topLeftOrigin;
FrameBuffer.cpp 33 bool FrameBuffer::topLeftOrigin = false;
35 FrameBuffer::FrameBuffer(int width, int height, bool fullscreen, bool topLeftOrigin)
37 this->topLeftOrigin = topLeftOrigin;
122 updateState.sourceStride = topLeftOrigin ? sourceStride : -sourceStride;
128 if(!topLeftOrigin)

Completed in 154 milliseconds