Searched refs:ClearToValue (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | allocator.h | 62 inline bool ClearToValue(void* dst, size_t dstSize, uint8_t val, size_t count) in ClearToValue() function
|
H A D | vector.h | 982 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 D | string.h | 292 … 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()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | wgl_state.cpp | 521 BASE_NS::ClearToValue( in GlInitialize()
|
H A D | egl_state.cpp | 815 BASE_NS::ClearToValue( in GlInitialize()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_staging.cpp | 615 ClearToValue( in ClearImages()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_post_process.cpp | 405 …ClearToValue(vars.customPropertyData, sizeof(vars.customPropertyData), 0x0, sizeof(vars.customProp… in FillDefaultPostProcessData()
|