Home
last modified time | relevance | path

Searched refs:changeable (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_util.cpp402 bool changeable = false; in HasChangeableResources() local
408 return changeable; in HasChangeableResources()
420 return changeable; in HasChangeableResources()
423 changeable = changeable || HasChangingResources(resources.buffers); in HasChangeableResources()
424 changeable = changeable || HasChangingResources(resources.images); in HasChangeableResources()
425 changeable = changeable || HasChangingResources(resources.samplers); in HasChangeableResources()
426 changeable = changeable || HasChangingResources(resources.customInputBuffers); in HasChangeableResources()
427 changeable = changeable || HasChangingResources(resources.customOutputBuffers); in HasChangeableResources()
428 changeable = changeable || HasChangingResources(resources.customInputImages); in HasChangeableResources()
429 changeable = changeable || HasChangingResources(resources.customOutputImages); in HasChangeableResources()
[all …]
/ohos5.0/base/update/packaging_tools/
H A DREADME.md16 - Creating an update package with changeable partitions: The update package contains the partition …
/ohos5.0/docs/en/application-dev/faqs/
H A Dfaqs-dfx.md58 The maximum length of a log record is 1,024 characters, and it is not changeable.