Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp207 static constexpr const FormatFeatures IMAGE_FORMAT_FEATURES[] = { variable
1182 … if (auto pos = std::find_if(std::begin(IMAGE_FORMAT_FEATURES), std::end(IMAGE_FORMAT_FEATURES), in GetFormatProperties()
1185 pos != std::end(IMAGE_FORMAT_FEATURES)) { in GetFormatProperties()