Home
last modified time | relevance | path

Searched refs:hwcTestParseHwcRect (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/tests/hwc/
DhwcRects.cpp384 rect.displayFrame = hwcTestParseHwcRect(in, error); in parseRect()
473 rect.sourceCrop = hwcTestParseHwcRect(in, error); in parseRect()
DhwcTestLib.h130 struct hwc_rect hwcTestParseHwcRect(std::istringstream& in, bool& error);
DhwcTestLib.cpp210 struct hwc_rect hwcTestParseHwcRect(istringstream& in, bool& error) in hwcTestParseHwcRect() function