Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dobject.hpp29 struct TextureDeleter { struct
54 using UniqueTexture = std_experimental::unique_resource<TextureID, detail::TextureDeleter>;
H A Dobject.cpp25 void TextureDeleter::operator()(TextureID id) const { in operator ()()
H A Dcontext.hpp288 friend detail::TextureDeleter;