Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds