Searched refs:contextPrivSize (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/ | ||
| H A D | dri.c | 932 int contextPrivSize; local in function:DRICreateContextPrivFromHandle 934 contextPrivSize = sizeof(DRIContextPrivRec) + 936 if (!(pDRIContextPriv = calloc(1, contextPrivSize))) { |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/ | ||
| H A D | dri.c | 907 int contextPrivSize; local in function:DRICreateContextPrivFromHandle 909 contextPrivSize = sizeof(DRIContextPrivRec) + 911 if (!(pDRIContextPriv = calloc(1, contextPrivSize))) { |
Completed in 7 milliseconds