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

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c92 jint useMitShmPixmaps = CANT_USE_MITSHM; variable
132 TryInitMITShm(env, &useMitShmExt, &useMitShmPixmaps);
135 useMitShmPixmaps = (useMitShmPixmaps == CAN_USE_MITSHM);
138 if (useMitShmPixmaps && (strcmp(force, "shared") == 0)) {
141 useMitShmPixmaps = JNI_FALSE;
145 useMitShmPixmaps = JNI_FALSE;
233 return useMitShmPixmaps;
679 if (useMitShmPixmaps != CAN_USE_MITSHM || forceSharedPixmaps) {
714 if (useMitShmPixmaps !
[all...]

Completed in 32 milliseconds