Home
last modified time | relevance | path

Searched refs:GRAPHIC_COLOR_GAMUT_DISPLAY_P3 (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_colorspace_convert_test.cpp51 GraphicColorGamut targetColorSpace = GRAPHIC_COLOR_GAMUT_DISPLAY_P3;
69 GraphicColorGamut targetColorSpace = GRAPHIC_COLOR_GAMUT_DISPLAY_P3;
96 GraphicColorGamut targetColorSpace = GRAPHIC_COLOR_GAMUT_DISPLAY_P3;
124 GraphicColorGamut targetColorSpace = GRAPHIC_COLOR_GAMUT_DISPLAY_P3;
145 GraphicColorGamut targetColorSpace = GRAPHIC_COLOR_GAMUT_DISPLAY_P3;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/
H A Drender_context_test.cpp225 renderContext.SetColorSpace(GRAPHIC_COLOR_GAMUT_DISPLAY_P3); in HWTEST_F()
226 ASSERT_EQ(renderContext.GetColorSpace(), GRAPHIC_COLOR_GAMUT_DISPLAY_P3); in HWTEST_F()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.cpp351 case GRAPHIC_COLOR_GAMUT_DISPLAY_P3: in AcquireSurface()
489 case GRAPHIC_COLOR_GAMUT_DISPLAY_P3: in ConvertColorGamutToSkColorSpace()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_colorspace_convert.cpp194 {GRAPHIC_COLOR_GAMUT_DISPLAY_P3, CM_P3_FULL}, in ConvertColorGamutToSpaceInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/
H A Ddrawing_context.cpp189 case GRAPHIC_COLOR_GAMUT_DISPLAY_P3: in GetSkColorSpace()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/systemtest/pipeline/
H A Drs_uni_render_test.cpp139 surfaceNode->SetColorSpace(GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_display_render_node_test.cpp666 node->SetColorSpace(GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3);
668 ASSERT_EQ(GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3, colorSpace);
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dsurface_adapter_impl.cpp217 { ColorGamutAdapter::DISPLAY_P3, GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3 },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_hardware_thread.cpp684 colorGamut = GRAPHIC_COLOR_GAMUT_DISPLAY_P3; in ComputeTargetColorGamut()
728 {GRAPHIC_COLOR_GAMUT_DISPLAY_P3, CM_P3_FULL}, in ConvertColorGamutToSpaceType()
H A Drs_surface_capture_task_parallel.cpp451 … surfaceBuffer->SetSurfaceBufferColorGamut(GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3); in CreateSurfaceSyncCopyTask()
H A Drs_base_render_util.cpp507 GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3, in IsSupportedColorGamut()
525 case GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3:
H A Drs_base_render_engine.cpp711 case GRAPHIC_COLOR_GAMUT_DISPLAY_P3: in ConvertColorGamutToDrawingColorSpace()
H A Drs_uni_render_visitor.cpp254 newColorSpace_ = GRAPHIC_COLOR_GAMUT_DISPLAY_P3; in CheckColorSpace()
275 newColorSpace_ = GRAPHIC_COLOR_GAMUT_DISPLAY_P3; in CheckColorSpaceWithSelfDrawingNode()
285 if (newColorSpace_ == GRAPHIC_COLOR_GAMUT_DISPLAY_P3) { in UpdateColorSpaceAfterHwcCalc()
H A Drs_uni_render_composer_adapter.cpp244 {GRAPHIC_COLOR_GAMUT_DISPLAY_P3, CM_P3_FULL}, in SetBufferColorSpace()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h324 GRAPHIC_COLOR_GAMUT_DISPLAY_P3 = 6, /**< display P3 */ enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_base_render_engine_test.cpp260 …orSpace = RSBaseRenderEngine::ConvertColorGamutToDrawingColorSpace(GRAPHIC_COLOR_GAMUT_DISPLAY_P3);
H A Drs_uni_render_visitor_test.cpp791 appWindowNode->SetColorSpace(GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3);
812 selfDrawingNode->SetColorSpace(GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3);
834 selfDrawingNode->SetColorSpace(GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3);
920 selfDrawingNode->SetColorSpace(GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3);
H A Drs_uni_render_composer_adapter_test.cpp1304 rsSurface->SetColorSpace(GRAPHIC_COLOR_GAMUT_DISPLAY_P3);
1314 .colorGamut = GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3,
H A Drs_base_render_util_test.cpp168 GraphicColorGamut colorGamut = GRAPHIC_COLOR_GAMUT_DISPLAY_P3;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp36 {GRAPHIC_COLOR_GAMUT_DISPLAY_P3, GRAPHIC_CM_P3_FULL},
47 {GRAPHIC_CM_P3_FULL, GRAPHIC_COLOR_GAMUT_DISPLAY_P3},
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1141 GRAPHIC_COLOR_GAMUT_DISPLAY_P3 : GRAPHIC_COLOR_GAMUT_SRGB; in UpdateColorSpaceWithMetadata()