Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Dgles2_lib.h32 GLES2_C_LIB_EXPORT void SetGLContext(gpu::gles2::GLES2Interface* impl);
H A Dgles2_lib.cc36 void SetGLContext(gpu::gles2::GLES2Interface* context) { in SetGLContext() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Dgles2_lib.h32 GLES2_C_LIB_EXPORT void SetGLContext(gpu::gles2::GLES2Interface* impl);
H A Dgles2_lib.cc36 void SetGLContext(gpu::gles2::GLES2Interface* context) { in SetGLContext() function
/dports/cad/leocad/leocad-21.06/common/
H A Dlc_viewwidget.cpp50 View->mContext->SetGLContext(context(), this); in SetView()
66 mView->mContext->SetGLContext(context(), this); in initializeGL()
H A Dlc_context.h130 void SetGLContext(QOpenGLContext* GLContext, QOpenGLWidget* Widget);
H A Dlc_context.cpp359 void lcContext::SetGLContext(QOpenGLContext* Context, QOpenGLWidget* Widget) in SetGLContext() function in lcContext
370 SetGLContext(mOffscreenContext.get(), nullptr); in SetOffscreenContext()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/gles2_conform_support/egl/
H A Dcontext.cc254 gles2::SetGLContext(client_gl_context_.get()); in ApplyCurrentContext()
258 gles2::SetGLContext(nullptr); in ApplyContextReleased()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/gles2_conform_support/egl/
H A Dcontext.cc254 gles2::SetGLContext(client_gl_context_.get()); in ApplyCurrentContext()
258 gles2::SetGLContext(nullptr); in ApplyContextReleased()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/test/
H A Dgl_test_environment_cmd_buffer.cc79 gles2::SetGLContext(context_->GetImplementation()); in GlTestEnvironment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/win/
H A Dgraphics_delegate_win.cc62 gles2::SetGLContext(gl_); in BindContext()
67 gles2::SetGLContext(nullptr); in ClearContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/tests/
H A Dgl_manager.cc455 ::gles2::SetGLContext(gles2_implementation_.get()); in MakeCurrent()