Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/utils/
H A Derror_code.h20 NO_ERR = 0, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dshader_cache.cpp111 CacheData::ErrorCode errorCode = CacheData::ErrorCode::NO_ERR; in Load()
136 if (errorCode != CacheData::ErrorCode::NO_ERR) { in Load()
H A Dcache_data.h32 NO_ERR = 0, enumerator
H A Dcache_data.cpp273 return {ErrorCode::NO_ERR, valuePointerSize}; in Get()