Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl_renderer_backend.cpp43 QOpenGLContext* thisContext = QOpenGLContext::currentContext(); in getExtensionFunctionPointer() local
44 return thisContext->getProcAddress(name); in getExtensionFunctionPointer()
46 const QGLContext* thisContext = QGLContext::currentContext(); in getExtensionFunctionPointer()
47 return reinterpret_cast<mbgl::gl::ProcAddress>(thisContext->getProcAddress(name)); in getExtensionFunctionPointer()