Searched refs:supportedFormats_ (Results 1 – 2 of 2) sorted by relevance
1123 …supportedFormats_.insert(supportedFormats_.end(), std::begin(IMAGE_FORMATS), std::end(IMAGE_FORMAT… in DeviceGLES()1125 FillExtensionFormats(*this, supportedFormats_); in DeviceGLES()1128 std::sort(supportedFormats_.begin(), supportedFormats_.end(), in DeviceGLES()1737 … if (const auto pos = std::lower_bound(supportedFormats_.begin(), supportedFormats_.end(), format, in GetGlImageFormat()1739 (pos != supportedFormats_.end()) && (pos->coreFormat == format)) { in GetGlImageFormat()1749 return supportedFormats_[0]; in GetGlImageFormat()
304 BASE_NS::vector<ImageFormat> supportedFormats_; variable