Home
last modified time | relevance | path

Searched refs:CORE_FORMAT_FEATURE_VERTEX_BUFFER_BIT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h112 CORE_FORMAT_FEATURE_VERTEX_BUFFER_BIT = 0x00000040, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp1191 …((pos->flags & CORE_FORMAT_FEATURE_SAMPLED_IMAGE_BIT) ? CORE_FORMAT_FEATURE_VERTEX_BUFFER_BIT : 0U… in GetFormatProperties()