Home
last modified time | relevance | path

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

/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/
H A Dcshadowviewcontainer.cpp158 if (auto offscreenContext = COffscreenContext::create (getFrame (), width, height, scaleFactor)) in drawRect() local
160 offscreenContext->beginDraw (); in drawRect()
161 …CDrawContext::Transform transform (*offscreenContext, CGraphicsTransform ().translate (-getViewSiz… in drawRect()
163 CViewContainer::draw (offscreenContext); in drawRect()
165 offscreenContext->endDraw (); in drawRect()
166 CBitmap* bitmap = offscreenContext->getBitmap (); in drawRect()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/
H A Dcshadowviewcontainer.cpp158 if (auto offscreenContext = COffscreenContext::create (getFrame (), width, height, scaleFactor)) in drawRect() local
160 offscreenContext->beginDraw (); in drawRect()
161 …CDrawContext::Transform transform (*offscreenContext, CGraphicsTransform ().translate (-getViewSiz… in drawRect()
163 CViewContainer::draw (offscreenContext); in drawRect()
165 offscreenContext->endDraw (); in drawRect()
166 CBitmap* bitmap = offscreenContext->getBitmap (); in drawRect()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/awt/
H A DGLJPanel.java1777 offscreenContext.release(); in initialize()
1785 if(null != offscreenContext) { in initialize()
1786 offscreenContext.destroy(); in initialize()
1787 offscreenContext = null; in initialize()
1805 if ( null != offscreenContext && offscreenContext.isCreated() ) { in destroy()
1816 offscreenContext.destroy(); in destroy()
1820 offscreenContext = null; in destroy()
1823 offscreenContext = null; in destroy()
1883 final GL gl = offscreenContext.getGL(); in postGL()
2153 offscreenContext=(GLContextImpl)ctx; in setContext()
[all …]
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/javax/media/opengl/
H A DGLJPanel.java124 private GLContextImpl offscreenContext; field in GLJPanel
661 drawableHelper.invokeGL(offscreenDrawable, offscreenContext, displayAction, initAction); in paintComponent()
718 if (offscreenContext != null) { in removeNotify()
719 offscreenContext.destroy(); in removeNotify()
720 offscreenContext = null; in removeNotify()
789 return offscreenContext; in getContext()
930 offscreenContext = (GLContextImpl) offscreenDrawable.createContext(shareWith); in initialize()
931 offscreenContext.setSynchronized(true); in initialize()
1003 offscreenContext.destroy(); in handleReshape()
1098 ? offscreenContext.getOffscreenContextPixelDataType() in display()
[all …]