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);
131 HwcTestDim sourceCrop;
134 HwcTestDim(3000, 2000),
167 HwcTestDim dfDim = HwcTestDim(1, 1),
168 HwcTestDim sDim = HwcTestDim(1, 1));
169 void setSourceDim(HwcTestDim di
[all...]
H A DhwcTestLib.h90 class HwcTestDim { class
92 HwcTestDim(): _w(0), _h(0) {}; function in class:HwcTestDim
93 HwcTestDim(uint32_t w, uint32_t h) : _w(w), _h(h) {} function in class:HwcTestDim
134 HwcTestDim hwcTestParseDim(std::istringstream& in, bool& error);
H A DhwcRects.cpp131 const HwcTestDim defaultSourceDim(1, 1);
157 HwcTestDim sourceDim;
396 rect.sourceDim = HwcTestDim(rect.displayFrame.right
H A DhwcTestLib.cpp169 HwcTestDim::operator string()
180 HwcTestDim::operator hwc_rect() const
259 HwcTestDim hwcTestParseDim(istringstream& in, bool& error)
261 HwcTestDim dim;

Completed in 46 milliseconds