Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp1123 supportedFormats_.insert(supportedFormats_.end(), std::begin(IMAGE_FORMATS), std::end(IMAGE_FORMATS)); 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,
1739 (pos != supportedFormats_.end()) && (pos->coreFormat == format)) {
1749 return supportedFormats_[0];
H A Ddevice_gles.h304 BASE_NS::vector<ImageFormat> supportedFormats_; member in final

Completed in 4 milliseconds