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

/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DRenderQueue.java36 public class D3DRenderQueue extends RenderQueue { class in inherits:RenderQueue
38 private static D3DRenderQueue theInstance;
41 private D3DRenderQueue() { method in class:D3DRenderQueue
45 * Returns the single D3DRenderQueue instance. If it has not yet been
49 public static synchronized D3DRenderQueue getInstance() {
51 theInstance = new D3DRenderQueue();
63 * Flushes the single D3DRenderQueue instance synchronously. If an
64 * D3DRenderQueue has not yet been instantiated, this method is a no-op.
95 D3DRenderQueue rq = getInstance();
119 D3DRenderQueue r
[all...]

Completed in 27 milliseconds