Home
last modified time | relevance | path

Searched refs:newPixelFormat_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_display_render_params.cpp128 if (newPixelFormat_ == newPixelFormat) { in SetNewPixelFormat()
132 newPixelFormat_ = newPixelFormat; in SetNewPixelFormat()
137 return newPixelFormat_; in GetNewPixelFormat()
192 targetDisplayParams->newPixelFormat_ = newPixelFormat_; in OnSync()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_display_render_params.h189 GraphicPixelFormat newPixelFormat_ = GraphicPixelFormat::GRAPHIC_PIXEL_FMT_RGBA_8888; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.h374 GraphicPixelFormat newPixelFormat_ = GraphicPixelFormat::GRAPHIC_PIXEL_FMT_RGBA_8888; variable
H A Drs_uni_render_visitor.cpp340 newPixelFormat_ = GRAPHIC_PIXEL_FMT_RGBA_1010102; in CheckPixelFormat()
349 newPixelFormat_ = GRAPHIC_PIXEL_FMT_RGBA_1010102; in CheckPixelFormat()
383 if (screenManager->GetPixelFormat(node.GetScreenId(), newPixelFormat_) != SUCCESS) { in HandlePixelFormat()
387 stagingDisplayParams->SetNewPixelFormat(newPixelFormat_); in HandlePixelFormat()