Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcTestLib.h89 HwcTestDim(): _w(0), _h(0) {}; in HwcTestDim() function
90 HwcTestDim(uint32_t w, uint32_t h) : _w(w), _h(h) {} in HwcTestDim() function