Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dgl_util.h294 BASE_NS::Format coreFormat; member
512 if ((GL_IMAGE_FORMATS[i].coreFormat == BASE_NS::Format::BASE_FORMAT_UNDEFINED) || in GetFormatInfo()
H A Dimage_loader_ktx.cpp264 desc.format = formatInfo.coreFormat; in ResolveGpuImageDesc()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp1129 … [](const ImageFormat& lhs, const ImageFormat& rhs) { return lhs.coreFormat < rhs.coreFormat; }); in DeviceGLES()
1738 … [](const ImageFormat& element, const Format value) { return element.coreFormat < value; }); in GetGlImageFormat()
1739 (pos != supportedFormats_.end()) && (pos->coreFormat == format)) { in GetGlImageFormat()
1743 … [](const ImageFormat& element, const Format value) { return element.coreFormat < value; }); in GetGlImageFormat()
1744 (pos != std::end(IMAGE_FORMATS_FALLBACK)) && (pos->coreFormat == format)) { in GetGlImageFormat()
H A Dgpu_image_gles.cpp49 if (fmt.coreFormat == BASE_FORMAT_UNDEFINED) { in ConvertFormat()
H A Ddevice_gles.h78 BASE_NS::Format coreFormat; member