Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdiscreen_test.cpp97 std::vector<GraphicColorGamut> gamuts; variable
305 std::vector<GraphicColorGamut> gamuts = { colorGamut }; variable
H A Dhdidevice_test.cpp93 std::vector<GraphicColorGamut> gamuts; variable
/ohos5.0/drivers/interface/display/composer/v1_1/hdi_impl/
H A Ddisplay_composer_hdi_impl.h168 …virtual int32_t GetDisplaySupportedColorGamuts(uint32_t devId, std::vector<ColorGamut>& gamuts) ov… in GetDisplaySupportedColorGamuts()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H A Dhdidevice_fuzzer.cpp171 std::vector<GraphicColorGamut> gamuts; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/device_fuzzer/
H A Ddevice_fuzzer.cpp466 std::vector<ColorGamut> gamuts; in TestGetDisplaySupportedColorGamuts() local
/ohos5.0/drivers/peripheral/display/composer/test/benchmark/
H A Ddisplay_benchmark_test.cpp542 std::vector<ColorGamut> gamuts; in BENCHMARK_F() local
/ohos5.0/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp705 …layComposerService::GetDisplaySupportedColorGamuts(uint32_t devId, std::vector<ColorGamut>& gamuts) in GetDisplaySupportedColorGamuts()
/ohos5.0/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp1043 std::vector<ColorGamut> gamuts; variable
/ohos5.0/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h304 …virtual int32_t GetDisplaySupportedColorGamuts(uint32_t devId, std::vector<ColorGamut>& gamuts) ov… in GetDisplaySupportedColorGamuts()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp290 …eviceImpl::GetScreenSupportedColorGamuts(uint32_t screenId, std::vector<GraphicColorGamut> &gamuts) in GetScreenSupportedColorGamuts()