Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/include/common/
H A Dgraphic_error.h52 ROSEN_ERROR_NOT_INIT = 41203000, enumerator
84 {ROSEN_ERROR_NOT_INIT, "<412 not init>"},
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdioutput_test.cpp95 ASSERT_EQ(HdiOutputTest::hdiOutput_->Commit(fbFence), ROSEN_ERROR_NOT_INIT);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_backend.cpp349 return ROSEN_ERROR_NOT_INIT; in InitDevice()
H A Dhdi_output.cpp33 return ROSEN_ERROR_NOT_INIT; \
85 return ROSEN_ERROR_NOT_INIT; in Init()