Home
last modified time | relevance | path

Searched refs:vertexSource (Results 1 – 25 of 53) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/shaders/
H A Dshaders.cpp16 std::string vertexSource(const ProgramParameters& parameters, const char* vertexSource) { in vertexSource() argument
17 return parameters.getDefines() + vertexPrelude + vertexSource; in vertexSource()
20 std::string programIdentifier(const std::string& vertexSource, const std::string& fragmentSource) { in programIdentifier() argument
23 ss << std::hash<std::string>()(vertexSource); in programIdentifier()
H A Dshaders.hpp12 std::string vertexSource(const ProgramParameters&, const char* vertexSource);
13 std::string programIdentifier(const std::string& vertexSource, const std::string& fragmentSource);
H A Dfill_extrusion_pattern.hpp11 static const char* vertexSource; member in mbgl::shaders::fill_extrusion_pattern
H A Dfill_outline_pattern.hpp11 static const char* vertexSource; member in mbgl::shaders::fill_outline_pattern
H A Dextrusion_texture.hpp11 static const char* vertexSource; member in mbgl::shaders::extrusion_texture
H A Ddebug.hpp11 static const char* vertexSource; member in mbgl::shaders::debug
H A Dsymbol_icon.hpp11 static const char* vertexSource; member in mbgl::shaders::symbol_icon
H A Dcollision_box.hpp11 static const char* vertexSource; member in mbgl::shaders::collision_box
H A Dfill_outline.hpp11 static const char* vertexSource; member in mbgl::shaders::fill_outline
H A Dbackground.hpp11 static const char* vertexSource; member in mbgl::shaders::background
H A Dline_sdf.hpp11 static const char* vertexSource; member in mbgl::shaders::line_sdf
H A Dline_pattern.hpp11 static const char* vertexSource; member in mbgl::shaders::line_pattern
H A Dsymbol_sdf.hpp11 static const char* vertexSource; member in mbgl::shaders::symbol_sdf
H A Dhillshade_prepare.hpp11 static const char* vertexSource; member in mbgl::shaders::hillshade_prepare
H A Dcircle.hpp11 static const char* vertexSource; member in mbgl::shaders::circle
H A Dbackground_pattern.hpp11 static const char* vertexSource; member in mbgl::shaders::background_pattern
H A Draster.hpp11 static const char* vertexSource; member in mbgl::shaders::raster
H A Dclipping_mask.hpp11 static const char* vertexSource; member in mbgl::shaders::clipping_mask
H A Dfill_pattern.hpp11 static const char* vertexSource; member in mbgl::shaders::fill_pattern
H A Dheatmap_texture.hpp11 static const char* vertexSource; member in mbgl::shaders::heatmap_texture
H A Dheatmap.hpp11 static const char* vertexSource; member in mbgl::shaders::heatmap
H A Dline.hpp11 static const char* vertexSource; member in mbgl::shaders::line
H A Dcollision_circle.hpp11 static const char* vertexSource; member in mbgl::shaders::collision_circle
H A Dhillshade.hpp11 static const char* vertexSource; member in mbgl::shaders::hillshade
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dprogram.hpp33 Program(Context& context, const std::string& vertexSource, const std::string& fragmentSource) in Program() argument
35 context.createProgram(context.createShader(ShaderType::Vertex, vertexSource), in Program()
60 const std::string vertexSource = shaders::vertexSource(programParameters, vertexSource_); in createProgram() local
66 const std::string identifier = shaders::programIdentifier(vertexSource, fragmentSource); in createProgram()
85 Program result{ context, vertexSource, fragmentSource }; in createProgram()
102 return Program { context, vertexSource, fragmentSource }; in createProgram()

123