Home
last modified time | relevance | path

Searched refs:hdiLayerInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp136 GraphicLayerInfo hdiLayerInfo = { in CreateLayer() local
142 int32_t ret = device_->CreateLayer(screenId_, hdiLayerInfo, bufferCacheCountMax_, layerId); in CreateLayer()
H A Dhdi_device_impl.cpp673 LayerInfo hdiLayerInfo = { in CreateLayer() local
679 return g_composer->CreateLayer(screenId, hdiLayerInfo, cacheCount, layerId); in CreateLayer()