Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp1123supportedFormats_.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()
H A Ddevice_gles.h304 BASE_NS::vector<ImageFormat> supportedFormats_; variable