Home
last modified time | relevance | path

Searched defs:context_ (Results 1 – 6 of 6) sorted by relevance

/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()
18 Impl(gl::Context& context_, in Impl()
/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()
/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
/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()
/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()
/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()