Searched defs:vmi (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dstub.c427 int evb, erb, vmi=0, vma=0; local
435 && XCompositeQueryVersion(dpy, &vma, &vmi)
436 && (vma>0 || vmi>=4))
439 crDebug("XComposite %i.%i", vma, vmi);
441 vmi=0;
443 && XFixesQueryVersion(dpy, &vma, &vmi)
446 crDebug("XFixes %i.%i", vma, vmi);
454 crWarning("XFixes not found or old version (%i.%i), no VisibilityTracking", vma, vmi);
459 crWarning("XComposite not found or old version (%i.%i), no VisibilityTracking", vma, vmi);
H A Dglx.c2103 int vma, vmi; local
2120 if (!XShmQueryVersion(dpy, &vma, &vmi, &pixmaps) || !pixmaps)
2176 int erb, vma, vmi; local
2186 || !XDamageQueryVersion(dpy, &vma, &vmi))
2188 crWarning("XDamage not found or old version (%i.%i), going to run *very* slow", vma, vmi);
2192 crDebug("XDamage %i.%i", vma, vmi);

Completed in 50 milliseconds