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

/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11SurfaceDataProxy.java57 return UNCACHED;
90 return UNCACHED;
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceDataProxy.java49 return UNCACHED;
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLSurfaceDataProxy.java48 return UNCACHED;
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRSurfaceDataProxy.java45 return UNCACHED;
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceDataProxy.java162 public static SurfaceDataProxy UNCACHED = new SurfaceDataProxy(0) { field in class:SurfaceDataProxy
182 throw new InternalError("UNCACHED should never validate SDs");
413 // (presumably with an UNCACHED proxy).
H A DSurfaceData.java227 sdp = SurfaceDataProxy.UNCACHED;
258 * In those cases there is a special SurfaceDataProxy.UNCACHED
264 return SurfaceDataProxy.UNCACHED;
/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java135 return SurfaceDataProxy.UNCACHED;

Completed in 43 milliseconds