Searched refs:HwcTestDim (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp115 const HwcTestDim defaultStartDim = HwcTestDim(100, 100);
123 const HwcTestDim defaultSourceDim(1, 1);
129 HwcTestDim sourceCrop;
132 HwcTestDim(3000, 2000),
165 HwcTestDim dfDim = HwcTestDim(1, 1),
166 HwcTestDim sDim = HwcTestDim(1, 1));
167 void setSourceDim(HwcTestDim di
[all...]
H A DhwcTestLib.h87 class HwcTestDim { class
89 HwcTestDim(): _w(0), _h(0) {}; function in class:HwcTestDim
90 HwcTestDim(uint32_t w, uint32_t h) : _w(w), _h(h) {} function in class:HwcTestDim
131 HwcTestDim hwcTestParseDim(std::istringstream& in, bool& error);
H A DhwcRects.cpp130 const HwcTestDim defaultSourceDim(1, 1);
156 HwcTestDim sourceDim;
393 rect.sourceDim = HwcTestDim(rect.displayFrame.right
H A DhwcTestLib.cpp171 HwcTestDim::operator string()
182 HwcTestDim::operator hwc_rect() const
261 HwcTestDim hwcTestParseDim(istringstream& in, bool& error)
263 HwcTestDim dim;

Completed in 185 milliseconds