Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.cpp472 constexpr const auto LINEAR_FORMAT_COUNT = BASE_NS::Format::BASE_FORMAT_ASTC_12x12_SRGB_BLOCK + 1u; variable
473 PLUGIN_STATIC_ASSERT(BASE_NS::countof(FALLBACK_FORMATS) == LINEAR_FORMAT_COUNT);
851 if (static_cast<uint32_t>(format) < LINEAR_FORMAT_COUNT) { in GetFormatOrFallback()