Searched refs:RT_PLAIN (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/hw/
H A DAccelSurface.java47 public static final int RT_PLAIN = 2; field in interface:AccelSurface
70 * @see AccelSurface#RT_PLAIN
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DSurfaceData.h55 #define RT_PLAIN sun_java2d_pipe_hw_AccelSurface_RT_PLAIN macro
H A DD3DSurfaceData.cpp544 if (resType == RT_PLAIN || resType == RT_TEXTURE) {
/openjdk7/jdk/test/sun/java2d/pipe/hw/RSLAPITest/
H A DRSLAPITest.java122 System.out.printf(" getNativeResource(RT_PLAIN)=0x%x\n",
123 surface.getNativeResource(RT_PLAIN));
184 testVICreation(agc, CAPS_RT_PLAIN_ALPHA, TRANSLUCENT, RT_PLAIN);
294 AccelSurface.RT_PLAIN);
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java112 * RT_PLAIN D3DSurface
315 type = RT_PLAIN;
333 type = RT_PLAIN;
361 case RT_PLAIN:
860 * RT_TEXTURE, RT_PLAIN - (IDirect3DSurface9*)
H A DD3DGraphicsConfig.java289 } else if (type == RT_PLAIN) {
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DTranslucentWindowPainter.java268 RT_PLAIN);
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLSurfaceData.java106 public static final int PBUFFER = RT_PLAIN;

Completed in 707 milliseconds