Searched refs:coreFormat (Results 1 – 5 of 5) sorted by relevance
294 BASE_NS::Format coreFormat; member512 if ((GL_IMAGE_FORMATS[i].coreFormat == BASE_NS::Format::BASE_FORMAT_UNDEFINED) || in GetFormatInfo()
264 desc.format = formatInfo.coreFormat; in ResolveGpuImageDesc()
1129 … [](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()
49 if (fmt.coreFormat == BASE_FORMAT_UNDEFINED) { in ConvertFormat()
78 BASE_NS::Format coreFormat; member