• Home
  • Raw
  • Download

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, in CheckComposition()
232 static std::shared_ptr<HdiTestLayer> CreateTestLayer(LayerSettings setting, uint32_t zorder) in CreateTestLayer()
288 static void AdjustLayerSettings(std::vector<LayerSettings> &settings, uint32_t w, uint32_t h) in AdjustLayerSettings()
292 LayerSettings& setting = settings[i]; in AdjustLayerSettings()
321 static std::vector<std::shared_ptr<HdiTestLayer>> CreateLayers(std::vector<LayerSettings> &settings) in CreateLayers()
328 LayerSettings setting = settings[i]; in CreateLayers()
337 static inline void PresentAndCheck(std::vector<LayerSettings> &layerSettings, in PresentAndCheck()
405 std::vector<LayerSettings> layerSettings = GetParam(); in TEST_P()
415 std::vector<LayerSettings> settings = { in TEST_F()
442 std::vector<LayerSettings> tempSettings = settings; in TEST_F()
454 LayerSettings settings = GetParam(); in TEST_P()
455 std::vector<LayerSettings> layersSetting = { settings }; in TEST_P()
488 std::vector<LayerSettings> layersCheck; in TEST_P()
503 std::vector<LayerSettings> settings = { in TEST_F()