Lines Matching full:pdpyp
948 struct dri_display *pdpyp;960 pdpyp = Xmalloc(sizeof *pdpyp);961 if (!pdpyp) {965 pdpyp->driMajor = major;966 pdpyp->driMinor = minor;967 pdpyp->driPatch = patch;969 pdpyp->base.destroyDisplay = driDestroyDisplay;970 pdpyp->base.createScreen = driCreateScreen;972 return &pdpyp->base;