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

/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DGraphicsDevice.java53 public class D3DGraphicsDevice extends Win32GraphicsDevice { class in inherits:Win32GraphicsDevice
79 * @return a D3DGraphicsDevice if it could be created
82 public static D3DGraphicsDevice createDevice(int screen) {
100 D3DGraphicsDevice gd = new D3DGraphicsDevice(screen, d3dCaps);
134 private D3DGraphicsDevice(int screennum, ContextCapabilities d3dCaps) { method in class:D3DGraphicsDevice
136 descString = "D3DGraphicsDevice[screen="+screennum;

Completed in 308 milliseconds