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

/frameworks/native/opengl/tests/hwc/
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);

Completed in 66 milliseconds