| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/spir/files/ |
| H A D | 0001-Avoid-pessimizing-std-move-3124.patch | 22 - context_ = 24 + context_ = BuildModule(env_, consumer_, original, assemble_options_); 32 - context_ = 34 + context_ = BuildModule(env_, consumer_, original, assemble_options_); 42 - context_ = 44 + context_ = BuildModule(env_, nullptr, original, assemble_options_);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/gl/ |
| H A D | headless_backend.cpp | 57 gl::Context& context_ = getContext(); in bind() local 60 view = std::make_unique<View>(context_, size); in bind() 63 context_.bindFramebuffer = view->framebuffer.framebuffer; in bind() 64 context_.scissorTest = false; in bind() 65 context_.viewport = { 0, 0, size }; in bind()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | offscreen_texture.cpp | 14 Impl(gl::Context& context_, const Size size_, const gl::TextureType type_) in Impl() argument 15 : context(context_), size(std::move(size_)), type(type_) { in Impl() 18 Impl(gl::Context& context_, in Impl() argument 22 : context(context_), size(std::move(size_)), depth(&depth_), type(type_) { in Impl()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/ |
| H A D | alternative_function.hpp | 59 Iterator& first_, Iterator const& last_, Context& context_, in alternative_function() 61 : first(first_), last(last_), context(context_), skipper(skipper_), in alternative_function() 189 Iterator& first_, Iterator const& last_, Context& context_, in alternative_function() 191 : first(first_), last(last_), context(context_), skipper(skipper_) in alternative_function()
|
| H A D | fail_function.hpp | 26 , Context& context_, Skipper const& skipper_) in fail_function() 29 , context(context_) in fail_function()
|
| H A D | pass_function.hpp | 24 , Context& context_, Skipper const& skipper_) in pass_function() 27 , context(context_) in pass_function()
|
| H A D | permute_function.hpp | 24 , Context& context_, Skipper const& skipper_) in permute_function() 27 , context(context_) in permute_function()
|
| H A D | expect_function.hpp | 30 , Context& context_, Skipper const& skipper_) in expect_function() 33 , context(context_) in expect_function()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/ |
| H A D | what_function.hpp | 23 what_function(info& what_, Context& context_) in what_function() 24 : what(what_), context(context_) in what_function()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | debugging.cpp | 10 DebugGroup::DebugGroup(const Context& context_, const std::string& name) : context(context_) { in DebugGroup() argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/nonterminal/ |
| H A D | expand_arg.hpp | 53 expand_arg(Context& context_) in expand_arg() 54 : context(context_) in expand_arg()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | paint_parameters.cpp | 8 PaintParameters::PaintParameters(gl::Context& context_, in PaintParameters() argument 17 : context(context_), in PaintParameters()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | program.hpp | 111 ProgramMap(gl::Context& context_, ProgramParameters parameters_) in ProgramMap() argument 112 : context(context_), in ProgramMap()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | http_file_source.cpp | 305 HTTPRequest::HTTPRequest(HTTPFileSource::Impl* context_, Resource resource_, FileSource::Callback c… in HTTPRequest() argument 306 : context(context_), in HTTPRequest()
|