sun.java2d.opengl.CGLVolatileSurfaceManager Java Examples
The following examples show how to use
sun.java2d.opengl.CGLVolatileSurfaceManager.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: MacosxSurfaceManagerFactory.java From dragonwell8_jdk with GNU General Public License v2.0 | 2 votes |
/** * Creates a new instance of a VolatileSurfaceManager given any * arbitrary SunVolatileImage. An optional context Object can be supplied * as a way for the caller to pass pipeline-specific context data to * the VolatileSurfaceManager (such as a backbuffer handle, for example). * * For Mac OS X, this method returns either an CGL-specific * VolatileSurfaceManager based on the GraphicsConfiguration * under which the SunVolatileImage was created. */ public VolatileSurfaceManager createVolatileManager(SunVolatileImage vImg, Object context) { return new CGLVolatileSurfaceManager(vImg, context); }
Example #2
Source File: MacosxSurfaceManagerFactory.java From TencentKona-8 with GNU General Public License v2.0 | 2 votes |
/** * Creates a new instance of a VolatileSurfaceManager given any * arbitrary SunVolatileImage. An optional context Object can be supplied * as a way for the caller to pass pipeline-specific context data to * the VolatileSurfaceManager (such as a backbuffer handle, for example). * * For Mac OS X, this method returns either an CGL-specific * VolatileSurfaceManager based on the GraphicsConfiguration * under which the SunVolatileImage was created. */ public VolatileSurfaceManager createVolatileManager(SunVolatileImage vImg, Object context) { return new CGLVolatileSurfaceManager(vImg, context); }
Example #3
Source File: MacosxSurfaceManagerFactory.java From jdk8u60 with GNU General Public License v2.0 | 2 votes |
/** * Creates a new instance of a VolatileSurfaceManager given any * arbitrary SunVolatileImage. An optional context Object can be supplied * as a way for the caller to pass pipeline-specific context data to * the VolatileSurfaceManager (such as a backbuffer handle, for example). * * For Mac OS X, this method returns either an CGL-specific * VolatileSurfaceManager based on the GraphicsConfiguration * under which the SunVolatileImage was created. */ public VolatileSurfaceManager createVolatileManager(SunVolatileImage vImg, Object context) { return new CGLVolatileSurfaceManager(vImg, context); }
Example #4
Source File: MacosxSurfaceManagerFactory.java From openjdk-jdk8u with GNU General Public License v2.0 | 2 votes |
/** * Creates a new instance of a VolatileSurfaceManager given any * arbitrary SunVolatileImage. An optional context Object can be supplied * as a way for the caller to pass pipeline-specific context data to * the VolatileSurfaceManager (such as a backbuffer handle, for example). * * For Mac OS X, this method returns either an CGL-specific * VolatileSurfaceManager based on the GraphicsConfiguration * under which the SunVolatileImage was created. */ public VolatileSurfaceManager createVolatileManager(SunVolatileImage vImg, Object context) { return new CGLVolatileSurfaceManager(vImg, context); }
Example #5
Source File: MacosxSurfaceManagerFactory.java From openjdk-jdk8u-backup with GNU General Public License v2.0 | 2 votes |
/** * Creates a new instance of a VolatileSurfaceManager given any * arbitrary SunVolatileImage. An optional context Object can be supplied * as a way for the caller to pass pipeline-specific context data to * the VolatileSurfaceManager (such as a backbuffer handle, for example). * * For Mac OS X, this method returns either an CGL-specific * VolatileSurfaceManager based on the GraphicsConfiguration * under which the SunVolatileImage was created. */ public VolatileSurfaceManager createVolatileManager(SunVolatileImage vImg, Object context) { return new CGLVolatileSurfaceManager(vImg, context); }
Example #6
Source File: MacosxSurfaceManagerFactory.java From openjdk-jdk9 with GNU General Public License v2.0 | 2 votes |
/** * Creates a new instance of a VolatileSurfaceManager given any * arbitrary SunVolatileImage. An optional context Object can be supplied * as a way for the caller to pass pipeline-specific context data to * the VolatileSurfaceManager (such as a backbuffer handle, for example). * * For Mac OS X, this method returns either an CGL-specific * VolatileSurfaceManager based on the GraphicsConfiguration * under which the SunVolatileImage was created. */ public VolatileSurfaceManager createVolatileManager(SunVolatileImage vImg, Object context) { return new CGLVolatileSurfaceManager(vImg, context); }
Example #7
Source File: MacosxSurfaceManagerFactory.java From jdk8u-jdk with GNU General Public License v2.0 | 2 votes |
/** * Creates a new instance of a VolatileSurfaceManager given any * arbitrary SunVolatileImage. An optional context Object can be supplied * as a way for the caller to pass pipeline-specific context data to * the VolatileSurfaceManager (such as a backbuffer handle, for example). * * For Mac OS X, this method returns either an CGL-specific * VolatileSurfaceManager based on the GraphicsConfiguration * under which the SunVolatileImage was created. */ public VolatileSurfaceManager createVolatileManager(SunVolatileImage vImg, Object context) { return new CGLVolatileSurfaceManager(vImg, context); }
Example #8
Source File: MacosxSurfaceManagerFactory.java From hottub with GNU General Public License v2.0 | 2 votes |
/** * Creates a new instance of a VolatileSurfaceManager given any * arbitrary SunVolatileImage. An optional context Object can be supplied * as a way for the caller to pass pipeline-specific context data to * the VolatileSurfaceManager (such as a backbuffer handle, for example). * * For Mac OS X, this method returns either an CGL-specific * VolatileSurfaceManager based on the GraphicsConfiguration * under which the SunVolatileImage was created. */ public VolatileSurfaceManager createVolatileManager(SunVolatileImage vImg, Object context) { return new CGLVolatileSurfaceManager(vImg, context); }
Example #9
Source File: MacosxSurfaceManagerFactory.java From openjdk-8-source with GNU General Public License v2.0 | 2 votes |
/** * Creates a new instance of a VolatileSurfaceManager given any * arbitrary SunVolatileImage. An optional context Object can be supplied * as a way for the caller to pass pipeline-specific context data to * the VolatileSurfaceManager (such as a backbuffer handle, for example). * * For Mac OS X, this method returns either an CGL-specific * VolatileSurfaceManager based on the GraphicsConfiguration * under which the SunVolatileImage was created. */ public VolatileSurfaceManager createVolatileManager(SunVolatileImage vImg, Object context) { return new CGLVolatileSurfaceManager(vImg, context); }
Example #10
Source File: MacosxSurfaceManagerFactory.java From openjdk-8 with GNU General Public License v2.0 | 2 votes |
/** * Creates a new instance of a VolatileSurfaceManager given any * arbitrary SunVolatileImage. An optional context Object can be supplied * as a way for the caller to pass pipeline-specific context data to * the VolatileSurfaceManager (such as a backbuffer handle, for example). * * For Mac OS X, this method returns either an CGL-specific * VolatileSurfaceManager based on the GraphicsConfiguration * under which the SunVolatileImage was created. */ public VolatileSurfaceManager createVolatileManager(SunVolatileImage vImg, Object context) { return new CGLVolatileSurfaceManager(vImg, context); }
Example #11
Source File: MacosxSurfaceManagerFactory.java From jdk8u_jdk with GNU General Public License v2.0 | 2 votes |
/** * Creates a new instance of a VolatileSurfaceManager given any * arbitrary SunVolatileImage. An optional context Object can be supplied * as a way for the caller to pass pipeline-specific context data to * the VolatileSurfaceManager (such as a backbuffer handle, for example). * * For Mac OS X, this method returns either an CGL-specific * VolatileSurfaceManager based on the GraphicsConfiguration * under which the SunVolatileImage was created. */ public VolatileSurfaceManager createVolatileManager(SunVolatileImage vImg, Object context) { return new CGLVolatileSurfaceManager(vImg, context); }
Example #12
Source File: MacosxSurfaceManagerFactory.java From jdk8u-jdk with GNU General Public License v2.0 | 2 votes |
/** * Creates a new instance of a VolatileSurfaceManager given any * arbitrary SunVolatileImage. An optional context Object can be supplied * as a way for the caller to pass pipeline-specific context data to * the VolatileSurfaceManager (such as a backbuffer handle, for example). * * For Mac OS X, this method returns either an CGL-specific * VolatileSurfaceManager based on the GraphicsConfiguration * under which the SunVolatileImage was created. */ public VolatileSurfaceManager createVolatileManager(SunVolatileImage vImg, Object context) { return new CGLVolatileSurfaceManager(vImg, context); }
Example #13
Source File: MacosxSurfaceManagerFactory.java From jdk8u-dev-jdk with GNU General Public License v2.0 | 2 votes |
/** * Creates a new instance of a VolatileSurfaceManager given any * arbitrary SunVolatileImage. An optional context Object can be supplied * as a way for the caller to pass pipeline-specific context data to * the VolatileSurfaceManager (such as a backbuffer handle, for example). * * For Mac OS X, this method returns either an CGL-specific * VolatileSurfaceManager based on the GraphicsConfiguration * under which the SunVolatileImage was created. */ public VolatileSurfaceManager createVolatileManager(SunVolatileImage vImg, Object context) { return new CGLVolatileSurfaceManager(vImg, context); }