Searched refs:createProgram (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | program.hpp | 35 context.createProgram(context.createShader(ShaderType::Vertex, vertexSource), in Program() 50 : program(context.createProgram(binaryProgram.format(), binaryProgram.code())), in Program() 55 static Program createProgram(gl::Context& context, in createProgram() function in mbgl::gl::Program
|
| H A D | context.hpp | 51 UniqueProgram createProgram(ShaderID vertexShader, ShaderID fragmentShader); 52 UniqueProgram createProgram(BinaryProgramFormat binaryFormat, const std::string& binaryProgram);
|
| H A D | context.cpp | 195 UniqueProgram Context::createProgram(ShaderID vertexShader, ShaderID fragmentShader) { in createProgram() function in mbgl::gl::Context 205 UniqueProgram Context::createProgram(BinaryProgramFormat binaryFormat, in createProgram() function in mbgl::gl::Context 216 UniqueProgram Context::createProgram(BinaryProgramFormat, const std::string&) { in createProgram() function in mbgl::gl::Context
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | program.hpp | 41 : program(ProgramType::createProgram( in Program()
|
| H A D | symbol_program.hpp | 272 : program(ProgramType::createProgram( in SymbolProgram()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/mesa-demos/ |
| H A D | 0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch | 92 - createProgram("convolution.vert", "convolution.frag"); 93 + createProgram(DEMOS_DATA_DIR "convolution.vert", DEMOS_DATA_DIR "convolution.frag");
|