Home
last modified time | relevance | path

Searched refs:GRAPHIC_COLOR_GAMUT_INVALID (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Dnative_buffer_utils.h93 GraphicColorGamut graphicColorGamut = GRAPHIC_COLOR_GAMUT_INVALID;
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H A Dsurface_adapter_impl_test.cpp284 EXPECT_EQ(gamut, GraphicColorGamut::GRAPHIC_COLOR_GAMUT_INVALID);
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dsurface_adapter_impl.cpp210 { ColorGamutAdapter::INVALID, GraphicColorGamut::GRAPHIC_COLOR_GAMUT_INVALID },
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h317 GRAPHIC_COLOR_GAMUT_INVALID = -1, /**< Invalid */ enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdidevice_test.cpp95 GraphicColorGamut gamut = GRAPHIC_COLOR_GAMUT_INVALID;
H A Dhdiscreen_test.cpp99 GraphicColorGamut gamut = GRAPHIC_COLOR_GAMUT_INVALID;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_surface_node_command_test.cpp97 GraphicColorGamut colorSpace = GraphicColorGamut::GRAPHIC_COLOR_GAMUT_INVALID;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_base_render_util_test.cpp454 GraphicColorGamut dstGamut = GraphicColorGamut::GRAPHIC_COLOR_GAMUT_INVALID;
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_two_test.cpp165 ASSERT_EQ(window->GetColorSpaceFromSurfaceGamut(GraphicColorGamut::GRAPHIC_COLOR_GAMUT_INVALID),
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp179 if (config.colorGamut <= GraphicColorGamut::GRAPHIC_COLOR_GAMUT_INVALID || in CheckRequestConfig()