Home
last modified time | relevance | path

Searched defs:binaryProgram (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dprogram.hpp49 Program(Context& context, const BinaryProgram& binaryProgram) in Program()
70 const BinaryProgram binaryProgram(std::move(*cachedBinaryProgram)); in createProgram() local
88 if (const auto binaryProgram = in createProgram() local
107 if (auto binaryProgram = context.getBinaryProgram(program)) { in get() local
H A Dcontext.cpp206 const std::string& binaryProgram) { in createProgram()