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

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

Completed in 20 milliseconds