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

/frameworks/base/opengl/tests/hwc/
H A DhwcTestLib.h91 class HwcTestDim { class
93 HwcTestDim(): _w(0), _h(0) {}; function in class:HwcTestDim
94 HwcTestDim(uint32_t w, uint32_t h) : _w(w), _h(h) {} function in class:HwcTestDim
135 HwcTestDim hwcTestParseDim(std::istringstream& in, bool& error);

Completed in 95 milliseconds