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

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c665 DevUnion *dev_unions; local
675 dev_unions = calloc(nports, sizeof(DevUnion));
677 if (adapt == NULL || dev_unions == NULL || attrs == NULL) {
679 free(dev_unions);
692 adapt->pPortPrivates = dev_unions;
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c665 DevUnion *dev_unions; local
675 dev_unions = calloc(nports, sizeof(DevUnion));
677 if (adapt == NULL || dev_unions == NULL || attrs == NULL) {
679 free(dev_unions);
692 adapt->pPortPrivates = dev_unions;

Completed in 106 milliseconds