Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/shaders/
H A Dshaders.hpp13 std::string programIdentifier(const std::string& vertexSource, const std::string& fragmentSource);
H A Dshaders.cpp20 std::string programIdentifier(const std::string& vertexSource, const std::string& fragmentSource) { in programIdentifier() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dprogram.hpp66 const std::string identifier = shaders::programIdentifier(vertexSource, fragmentSource); in createProgram()