Home
last modified time | relevance | path

Searched refs:ProgramDeleter (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.hpp14 struct ProgramDeleter { struct
51 using UniqueProgram = std_experimental::unique_resource<ProgramID, detail::ProgramDeleter>;
H A Dobject.cpp10 void ProgramDeleter::operator()(ProgramID id) const { in operator ()()
H A Dcontext.hpp285 friend detail::ProgramDeleter;