Home
last modified time | relevance | path

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

/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
65 BASE_LOG_E("ClearToValue invalid arguments"); in ClearToValue()
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.h292 ClearToValue(dst, cap * sizeof(value_type), static_cast<uint8_t>(ch), count * sizeof(value_type)); in assign()
393 ClearToValue(ptr, cap * sizeof(value_type), static_cast<uint8_t>(ch), count * sizeof(value_type)); in resize()
/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()
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_post_process.cpp405 ClearToValue(vars.customPropertyData, sizeof(vars.customPropertyData), 0x0, sizeof(vars.customPropertyData));
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_staging.cpp615 ClearToValue( in ClearImages()

Completed in 9 milliseconds