Searched refs:isConfigValid (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11VolatileSurfaceManager.java106 protected boolean isConfigValid(GraphicsConfiguration gc) { method in class:X11VolatileSurfaceManager
121 if (isConfigValid(gc) && isAccelerationEnabled()) {
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRVolatileSurfaceManager.java79 protected boolean isConfigValid(GraphicsConfiguration gc) { method in class:XRVolatileSurfaceManager
89 if (isConfigValid(gc) && isAccelerationEnabled()) {
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DVolatileSurfaceManager.java165 if (!isConfigValid(gc)) {
365 protected boolean isConfigValid(GraphicsConfiguration gc) { method in class:VolatileSurfaceManager
372 if (isConfigValid(gc)) {
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLVolatileSurfaceManager.java139 protected boolean isConfigValid(GraphicsConfiguration gc) { method in class:CGLVolatileSurfaceManager
/openjdk7/jdk/src/windows/classes/sun/java2d/opengl/
H A DWGLVolatileSurfaceManager.java135 protected boolean isConfigValid(GraphicsConfiguration gc) { method in class:WGLVolatileSurfaceManager
/openjdk7/jdk/src/solaris/classes/sun/java2d/opengl/
H A DGLXVolatileSurfaceManager.java137 protected boolean isConfigValid(GraphicsConfiguration gc) { method in class:GLXVolatileSurfaceManager
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DVolatileSurfaceManager.java124 protected boolean isConfigValid(GraphicsConfiguration gc) { method in class:D3DVolatileSurfaceManager

Completed in 42 milliseconds