Lines Matching refs:LayerSettings
38 static const std::vector<std::vector<LayerSettings>> TEST_SINGLE_LAYER = {
60 static const std::vector<std::vector<LayerSettings>> TEST_MULTILAYER = {
80 static const std::vector<std::vector<LayerSettings>> TEST_SCALE = {
105 static const std::vector<std::vector<LayerSettings>> TEST_VIDEO = {
147 static const std::vector<std::vector<LayerSettings>> TEST_ALPHA = {
197 static const std::vector<LayerSettings> TEST_ROTATE = {
225 static int32_t CheckComposition(std::vector<LayerSettings> &layers, BufferHandle* clientBuffer,
232 static std::shared_ptr<HdiTestLayer> CreateTestLayer(LayerSettings setting, uint32_t zorder)
288 static void AdjustLayerSettings(std::vector<LayerSettings> &settings, uint32_t w, uint32_t h)
292 LayerSettings& setting = settings[i];
321 static std::vector<std::shared_ptr<HdiTestLayer>> CreateLayers(std::vector<LayerSettings> &settings)
328 LayerSettings setting = settings[i];
337 static inline void PresentAndCheck(std::vector<LayerSettings> &layerSettings,
422 std::vector<LayerSettings> layerSettings = GetParam();
432 std::vector<LayerSettings> settings = {
459 std::vector<LayerSettings> tempSettings = settings;
471 LayerSettings settings = GetParam();
472 std::vector<LayerSettings> layersSetting = { settings };
505 std::vector<LayerSettings> layersCheck;
520 std::vector<LayerSettings> settings = {
553 std::vector<LayerSettings> settings = {