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

/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DPaints.java90 D3DGraphicsDevice gd = (D3DGraphicsDevice)
118 D3DGraphicsDevice gd =
119 (D3DGraphicsDevice)dstData.getDeviceConfiguration().getDevice();
192 D3DGraphicsDevice gd = (D3DGraphicsDevice)
215 D3DGraphicsDevice gd = (D3DGraphicsDevice)
H A DD3DContext.java42 private final D3DGraphicsDevice device;
44 D3DContext(RenderQueue rq, D3DGraphicsDevice device) {
139 D3DGraphicsDevice getDevice() {
H A DD3DBufImgOps.java96 D3DGraphicsDevice gd =
97 (D3DGraphicsDevice)d3dSrc.getDeviceConfiguration().getDevice();
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;
H A DD3DVolatileSurfaceManager.java62 D3DGraphicsDevice gd = (D3DGraphicsDevice)
H A DD3DGraphicsConfig.java62 private D3DGraphicsDevice device;
64 protected D3DGraphicsConfig(D3DGraphicsDevice device) {
254 D3DGraphicsDevice getD3DDevice() {
H A DD3DScreenUpdateManager.java223 D3DGraphicsDevice d3dgd = d3dgc.getD3DDevice();
H A DD3DSurfaceData.java170 protected D3DGraphicsDevice graphicsDevice;
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32GraphicsEnvironment.java47 import sun.java2d.d3d.D3DGraphicsDevice;
208 device = D3DGraphicsDevice.createDevice(screennum);
225 if (gd instanceof D3DGraphicsDevice) {
226 return ((D3DGraphicsDevice)gd).isD3DEnabledOnDevice();
/openjdk7/jdk/make/sun/awt/
H A DFILES_c_windows.gmk191 D3DGraphicsDevice.cpp \
H A DFILES_export_windows.gmk245 sun/java2d/d3d/D3DGraphicsDevice.java \

Completed in 56 milliseconds