Searched refs:CAPS_EMPTY (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/hw/
H A DContextCapabilities.java36 public static final int CAPS_EMPTY = (0 << 0); field in class:ContextCapabilities
98 if (caps == CAPS_EMPTY) {
99 buf.append("CAPS_EMPTY");
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXGraphicsConfig.c474 jint caps = CAPS_EMPTY;
665 return CAPS_EMPTY;
670 return CAPS_EMPTY;
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.h103 #define CAPS_EMPTY \ macro
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DGraphicsDevice.java127 return d3dCaps != null ? d3dCaps : new D3DContextCaps(CAPS_EMPTY, null);
501 d3dCaps = new D3DContextCaps(CAPS_EMPTY, null);
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DGraphicsDevice.cpp122 RETURN_STATUS_IF_NULL(pMgr, CAPS_EMPTY);
128 return CAPS_EMPTY;
H A DD3DContext.h390 #define CAPS_EMPTY \ macro
H A DD3DContext.cpp241 contextCaps = CAPS_EMPTY;
259 contextCaps = CAPS_EMPTY;
1850 contextCaps = CAPS_EMPTY;
1851 J2dRlsTraceLn(J2D_TRACE_VERBOSE, " | CAPS_EMPTY");
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLGraphicsConfig.c504 jint caps = CAPS_EMPTY;
715 return CAPS_EMPTY;
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLGraphicsConfig.m330 jint caps = CAPS_EMPTY;
427 return CAPS_EMPTY;

Completed in 74 milliseconds