Package | Description |
---|---|
com.sun.glass.ui.monocle | |
com.sun.prism.es2 |
Modifier and Type | Class and Description |
---|---|
(package private) class |
AndroidAcceleratedScreen
Provide Android implementation of AcceleratedScreen
|
(package private) class |
DispmanAcceleratedScreen |
(package private) class |
MX6AcceleratedScreen |
(package private) class |
X11AcceleratedScreen
Provide X11 implementation of AcceleratedScreen
|
Modifier and Type | Field and Description |
---|---|
protected AcceleratedScreen |
NativePlatform.accScreen |
Modifier and Type | Method and Description |
---|---|
AcceleratedScreen |
NativePlatform.getAcceleratedScreen(int[] attributes)
Gets the AcceleratedScreen for this platform
|
AcceleratedScreen |
AndroidPlatform.getAcceleratedScreen(int[] attributes)
Create the accelerated screen for this platform
|
AcceleratedScreen |
OMAPX11Platform.getAcceleratedScreen(int[] attributes) |
AcceleratedScreen |
X11Platform.getAcceleratedScreen(int[] attributes)
Create the accelerated screen for this platform
|
AcceleratedScreen |
MX6Platform.getAcceleratedScreen(int[] attributes) |
AcceleratedScreen |
DispmanPlatform.getAcceleratedScreen(int[] attributes) |
Modifier and Type | Field and Description |
---|---|
(package private) AcceleratedScreen |
MonocleGLDrawable.accScreen |
private AcceleratedScreen |
MonocleGLFactory.accScreen |
private AcceleratedScreen |
MonocleGLContext.accScreen |
Constructor and Description |
---|
MonocleGLContext(GLDrawable drawable,
GLPixelFormat pixelFormat,
boolean vSyncRequest,
AcceleratedScreen accScreen,
long nativeCtxInfo) |
MonocleGLDrawable(GLPixelFormat pixelFormat,
AcceleratedScreen accScreen) |
MonocleGLDrawable(long nativeWindow,
GLPixelFormat pixelFormat,
AcceleratedScreen accScreen) |