Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_create_gpu_images.cpp125 neededFormatFeatureFlags |= CORE_FORMAT_FEATURE_SAMPLED_IMAGE_BIT; in CheckFormat()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h100 CORE_FORMAT_FEATURE_SAMPLED_IMAGE_BIT = 0x00000001, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp194CORE_FORMAT_FEATURE_SAMPLED_IMAGE_BIT | CORE_FORMAT_FEATURE_TRANSFER_SRC_BIT | CORE_FORMAT_FEATURE…
1191 …((pos->flags & CORE_FORMAT_FEATURE_SAMPLED_IMAGE_BIT) ? CORE_FORMAT_FEATURE_VERTEX_BUFFER_BIT : 0U… in GetFormatProperties()