Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp524 static constexpr DeviceGLES::ImageFormat IMAGE_FORMATS_FALLBACK[] = { variable
1742 …f (const auto pos = std::lower_bound(std::begin(IMAGE_FORMATS_FALLBACK), std::end(IMAGE_FORMATS_FA… in GetGlImageFormat()
1744 (pos != std::end(IMAGE_FORMATS_FALLBACK)) && (pos->coreFormat == format)) { in GetGlImageFormat()