Searched refs:xShmAttachResult (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_GraphicsEnv.c988 jboolean xShmAttachResult; local
1027 xShmAttachResult = TryXShmAttach(env, awt_display, &shminfo);
1034 if (xShmAttachResult == JNI_TRUE) {
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c554 jboolean xShmAttachResult; local
595 xShmAttachResult = TryXShmAttach(env, awt_display, shminfo);
604 if (xShmAttachResult == JNI_FALSE) {

Completed in 39 milliseconds