Home
last modified time | relevance | path

Searched refs:ClearToValue (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dallocator.h62 inline bool ClearToValue(void* dst, size_t dstSize, uint8_t val, size_t count) in ClearToValue() function
H A Dvector.h982 ClearToValue(c, sizeof(value_type), POISON, sizeof(value_type)); in destroy_at()
998 ClearToValue(c, sizeof(value_type), POISON, sizeof(value_type)); in destroy()
1006 ClearToValue(fPtr, todo, POISON, todo); in destroy()
1052 ClearToValue(dst, size, 0, size); in init_value()
H A Dstring.h292ClearToValue(dst, cap * sizeof(value_type), static_cast<uint8_t>(ch), count * sizeof(value_type)); in assign()
393ClearToValue(ptr, cap * sizeof(value_type), static_cast<uint8_t>(ch), count * sizeof(value_type)); in resize()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp521 BASE_NS::ClearToValue( in GlInitialize()
H A Degl_state.cpp815 BASE_NS::ClearToValue( in GlInitialize()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_staging.cpp615 ClearToValue( in ClearImages()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_post_process.cpp405ClearToValue(vars.customPropertyData, sizeof(vars.customPropertyData), 0x0, sizeof(vars.customProp… in FillDefaultPostProcessData()