Searched refs:hwcTestCreateLayerList (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h113 hwc_display_contents_1_t *hwcTestCreateLayerList(size_t numLayers);
H A DhwcRects.cpp309 list = hwcTestCreateLayerList(rectangle.size());
311 testPrintE("hwcTestCreateLayerList failed");
H A DhwcStress.cpp413 list = hwcTestCreateLayerList(testRandMod(frames.size()) + 1);
415 testPrintE("hwcTestCreateLayerList failed");
H A DhwcTestLib.cpp400 * hwcTestCreateLayerList
404 hwc_display_contents_1_t *hwcTestCreateLayerList(size_t numLayers) function
420 * Frees memory previous allocated via hwcTestCreateLayerList().
H A DhwcCommit.cpp1400 hwcList = hwcTestCreateLayerList(rectList.size());

Completed in 139 milliseconds