Searched refs:HwcTestDim (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/opengl/tests/hwc/ |
D | hwcCommit.cpp | 115 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 dim); 174 HwcTestDim sourceDim; 251 HwcTestDim minDim; 254 HwcTestDim maxDim; [all …]
|
D | hwcTestLib.h | 87 class HwcTestDim { 89 HwcTestDim(): _w(0), _h(0) {}; in HwcTestDim() function 90 HwcTestDim(uint32_t w, uint32_t h) : _w(w), _h(h) {} in HwcTestDim() function 131 HwcTestDim hwcTestParseDim(std::istringstream& in, bool& error);
|
D | hwcRects.cpp | 130 const HwcTestDim defaultSourceDim(1, 1); 156 HwcTestDim sourceDim; 393 rect.sourceDim = HwcTestDim(rect.displayFrame.right in parseRect()
|
D | hwcTestLib.cpp | 171 HwcTestDim::operator string() in operator string() 182 HwcTestDim::operator hwc_rect() const in operator hwc_rect() 261 HwcTestDim hwcTestParseDim(istringstream& in, bool& error) in hwcTestParseDim() 263 HwcTestDim dim; in hwcTestParseDim()
|