OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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