Lines Matching defs:pdpyp
992 struct dri_display *pdpyp;1004 pdpyp = malloc(sizeof *pdpyp);1005 if (!pdpyp) {1009 pdpyp->driMajor = major;1010 pdpyp->driMinor = minor;1011 pdpyp->driPatch = patch;1013 pdpyp->base.destroyDisplay = driDestroyDisplay;1014 pdpyp->base.createScreen = driCreateScreen;1016 return &pdpyp->base;