Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp54 constexpr const string_view EXT_BUFFER_STORAGE = "GL_EXT_buffer_storage"; variable
1092 …if (const auto pos = std::lower_bound(extensions_.cbegin(), extensions_.cend(), EXT_BUFFER_STORAGE, in DeviceGLES()
1094 (pos == extensions_.cend()) || (*pos != EXT_BUFFER_STORAGE)) { in DeviceGLES()
1095 extensions_.insert(pos, EXT_BUFFER_STORAGE); in DeviceGLES()
2045 return HasExtension(EXT_BUFFER_STORAGE); in AllowThreadedProcessing()