Home
last modified time | relevance | path

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

/dports/graphics/jogamp-jogl/jogl/src/nativewindow/classes/com/jogamp/nativewindow/
H A DDefaultGraphicsDevice.java211 …public static final void swapDeviceHandleAndOwnership(final DefaultGraphicsDevice aDevice1, final … in swapDeviceHandleAndOwnership() argument
212 aDevice1.lock(); in swapDeviceHandleAndOwnership()
216 final long aDevice1Handle = aDevice1.getHandle(); in swapDeviceHandleAndOwnership()
218 aDevice1.setHandle(aDevice2Handle); in swapDeviceHandleAndOwnership()
219 final Object aOwnership1 = aDevice1.getHandleOwnership(); in swapDeviceHandleAndOwnership()
221 aDevice1.setHandleOwnership(aOwnership2); in swapDeviceHandleAndOwnership()
226 aDevice1.unlock(); in swapDeviceHandleAndOwnership()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/
H A DGLEventListenerState.java248 final AbstractGraphicsDevice aDevice1 = aCfg.getScreen().getDevice(); in moveFrom()
249 final AbstractGraphicsDevice aDevice2 = cloneDevice(aDevice1); in moveFrom()
250 aDevice1.clearHandleOwner(); // don't close device handle in moveFrom()
252 …GLEventListenerState.moveFrom.0a: orig 0x"+Integer.toHexString(aDevice1.hashCode())+", "+aDevice1); in moveFrom()
405 … final DefaultGraphicsDevice aDevice1 = (DefaultGraphicsDevice) aCfg.getScreen().getDevice();
407 if( !aDevice1.getUniqueID().equals( aDevice2.getUniqueID() ) ) {
408 …Incompatible devices: Preserved <"+aDevice2.getUniqueID()+">, target <"+aDevice1.getUniqueID()+">"…
440 …("GLEventListenerState.moveTo.0a: orig 0x"+Integer.toHexString(aDevice1.hashCode())+", "+aDevice1);
443 DefaultGraphicsDevice.swapDeviceHandleAndOwnership(aDevice1, aDevice2);
446 …("GLEventListenerState.moveTo.1a: orig 0x"+Integer.toHexString(aDevice1.hashCode())+", "+aDevice1);