Searched refs:thisContext (Results 1 – 1 of 1) sorted by relevance
43 QOpenGLContext* thisContext = QOpenGLContext::currentContext(); in getExtensionFunctionPointer() local44 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()