Home
last modified time | relevance | path

Searched refs:GetFrameBufferSurface (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdioutput_test.cpp55 ASSERT_EQ(HdiOutputTest::hdiOutput_->GetFrameBufferSurface(), nullptr);
138 ASSERT_NE(HdiOutputTest::hdiOutput_->GetFrameBufferSurface(), nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdioutput_test.cpp196 sptr<Surface> frameSurface = HdiOutputSysTest::hdiOutput_->GetFrameBufferSurface();
266 ASSERT_NE(HdiOutputSysTest::hdiOutput_->GetFrameBufferSurface(), nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_hardware_thread_test.cpp129 if (hdiOutput->GetFrameBufferSurface()) {
252 if (hdiOutput->GetFrameBufferSurface()) {
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_output.h70 sptr<Surface> GetFrameBufferSurface();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_backend.cpp256 auto fbSurface = output->GetFrameBufferSurface(); in OnPrepareComplete()
H A Dhdi_output.cpp69 sptr<Surface> pFrameSurface = GetFrameBufferSurface(); in ClearFrameBuffer()
272 sptr<Surface> HdiOutput::GetFrameBufferSurface() in GetFrameBufferSurface() function in OHOS::Rosen::HdiOutput