Home
last modified time | relevance | path

Searched refs:context_ (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/spir/files/
H A D0001-Avoid-pessimizing-std-move-3124.patch22 - 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 Dheadless_backend.cpp57 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 Doffscreen_texture.cpp14 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 Dalternative_function.hpp59 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 Dfail_function.hpp26 , Context& context_, Skipper const& skipper_) in fail_function()
29 , context(context_) in fail_function()
H A Dpass_function.hpp24 , Context& context_, Skipper const& skipper_) in pass_function()
27 , context(context_) in pass_function()
H A Dpermute_function.hpp24 , Context& context_, Skipper const& skipper_) in permute_function()
27 , context(context_) in permute_function()
H A Dexpect_function.hpp30 , 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 Dwhat_function.hpp23 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 Ddebugging.cpp10 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 Dexpand_arg.hpp53 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 Dpaint_parameters.cpp8 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 Dprogram.hpp111 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 Dhttp_file_source.cpp305 HTTPRequest::HTTPRequest(HTTPFileSource::Impl* context_, Resource resource_, FileSource::Callback c… in HTTPRequest() argument
306 : context(context_), in HTTPRequest()