Searched defs:d3d (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DBufImgOps.java26 package sun.java2d.d3d;
38 import static sun.java2d.d3d.D3DContext.D3DContextCaps.*;
H A DD3DMaskBlit.java26 package sun.java2d.d3d;
H A DD3DPaints.java26 package sun.java2d.d3d;
39 import static sun.java2d.d3d.D3DContext.D3DContextCaps.*;
H A DD3DDrawImage.java26 package sun.java2d.d3d;
H A DD3DMaskFill.java26 package sun.java2d.d3d;
H A DD3DRenderQueue.java26 package sun.java2d.d3d;
H A DD3DSurfaceDataProxy.java26 package sun.java2d.d3d;
61 // REMIND: we may want to change this for the d3d pipeline, it's not
H A DD3DContext.java26 package sun.java2d.d3d;
34 import static sun.java2d.d3d.D3DContext.D3DContextCaps.*;
82 * (the upload test) or copying from d3d to SW surface to make sure we
H A DD3DTextRenderer.java26 package sun.java2d.d3d;
H A DD3DVolatileSurfaceManager.java26 package sun.java2d.d3d;
41 import static sun.java2d.d3d.D3DContext.D3DContextCaps.*;
H A DD3DScreenUpdateManager.java26 package sun.java2d.d3d;
48 import sun.java2d.d3d.D3DSurfaceData.D3DWindowSurfaceData;
137 * <li>the fake d3d rendering on screen is not disabled via flag
138 * <li>d3d on the device is enabled
199 * Determines if we can use a d3d surface for onscreen rendering for this
201 * We only create onscreen d3d surfaces if the following conditions are met:
202 * - d3d is enabled on this device and onscreen emulation is enabled
212 * @returns true if we can use a d3d surface for this peer's onscreen
518 * @return gdi window surface associated with the d3d window surfaces' peer
H A DD3DGraphicsConfig.java26 package sun.java2d.d3d;
52 import static sun.java2d.d3d.D3DContext.D3DContextCaps.*;
H A DD3DGraphicsDevice.java26 package sun.java2d.d3d;
45 import static sun.java2d.d3d.D3DContext.D3DContextCaps.*;
46 import sun.java2d.d3d.D3DContext.D3DContextCaps;
68 // we don't use pixel formats for the d3d pipeline
146 * Returns true if d3d pipeline has been successfully initialized.
147 * @return true if d3d pipeline is initialized, false otherwise
230 * This is a problem for windows for which we do not do any d3d-related
490 // disable d3d too eagerly
H A DD3DRenderer.java26 package sun.java2d.d3d;
H A DD3DBlitLoops.java26 package sun.java2d.d3d;
766 * In most cases d3d->screen copy happens only during some transitional
H A DD3DSurfaceData.java26 package sun.java2d.d3d;
62 import static sun.java2d.d3d.D3DContext.D3DContextCaps.*;
881 * Class representing an on-screen d3d surface. Since d3d can't

Completed in 159 milliseconds