Home
last modified time | relevance | path

Searched refs:m_context (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/
H A D0003-Revert-Use-a-dedicated-EGLContext-for-the-decoration.patch41 + QOpenGLTextureCache *cache = QOpenGLTextureCache::cacheForContext(m_context->context());
58 + m_context->mUseNativeDefaultFbo = true;
60 + m_context->mUseNativeDefaultFbo = false;
96 - m_textureWrap = m_context->context()->functions()->hasOpenGLFeature(QOpenGLFunctions::NPOT…
105 - QOpenGLTextureCache *cache = QOpenGLTextureCache::cacheForContext(m_context->context());
119 cache->bindTexture(m_context->context(), decorationImage);
124 + if (m_context->context()->functions()->hasOpenGLFeature(QOpenGLFunctions::NPOTTextureRepea…
147 QWaylandGLContext *m_context = nullptr;
163 - m_decorationsContext = eglCreateContext(m_eglDisplay, m_config, m_context, eglDecorationsConte…
176 eglDestroyContext(m_eglDisplay, m_context);
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dhttp_request.cpp18 : m_context(context) in HTTPRequest()
22 m_context->request(this); in HTTPRequest()
28 m_context->cancel(this); in ~HTTPRequest()
H A Dhttp_request.hpp26 HTTPFileSource::Impl* m_context; member in mbgl::HTTPRequest
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddump-context.h193 dump_context *m_context; variable
214 optinfo *get_pending_optinfo () const { return m_context.m_pending; } in get_pending_optinfo()
219 dump_context m_context; variable
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddump-context.h193 dump_context *m_context; variable
214 optinfo *get_pending_optinfo () const { return m_context.m_pending; } in get_pending_optinfo()
219 dump_context m_context; variable
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0001-CVE-2021-42574.patch106 (line_corrections::m_context): Replace with...
109 m_context.
459 diagnostic_context *m_context;
669 : m_context (context),
693 - layout_range ri (exploc_with_display_col (start, m_context->tabstop),
694 - exploc_with_display_col (finish, m_context->tabstop),
700 - exploc_with_display_col (caret, m_context->tabstop),
710 - = cpp_display_width (line.get_buffer (), line_bytes, m_context->tabstop);
719 - cpp_display_width_computation dw (line, line_bytes, m_context->tabstop);
782 - labels.safe_push (line_label (m_context, i, disp_col, text));
[all …]