Searched refs:BinaryProgramFormat (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | binary_program.hpp | 16 BinaryProgram(gl::BinaryProgramFormat, 24 gl::BinaryProgramFormat format() const { in format() 38 gl::BinaryProgramFormat binaryFormat = 0;
|
| H A D | binary_program.cpp | 67 gl::BinaryProgramFormat binaryFormat_, in BinaryProgram()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | context.cpp | 95 static_assert(std::is_same<BinaryProgramFormat, GLenum>::value, "OpenGL type mismatch"); 205 UniqueProgram Context::createProgram(BinaryProgramFormat binaryFormat, in createProgram() 216 UniqueProgram Context::createProgram(BinaryProgramFormat, const std::string&) { in createProgram() argument 332 optional<std::pair<BinaryProgramFormat, std::string>> 350 optional<std::pair<BinaryProgramFormat, std::string>> Context::getBinaryProgram(ProgramID) const { in getBinaryProgram()
|
| H A D | types.hpp | 94 using BinaryProgramFormat = uint32_t; typedef
|
| H A D | context.hpp | 52 UniqueProgram createProgram(BinaryProgramFormat binaryFormat, const std::string& binaryProgram); 63 optional<std::pair<BinaryProgramFormat, std::string>> getBinaryProgram(ProgramID) const;
|