Home | History | Annotate | Download | only in drm

Lines Matching defs:att

107       int att, depth;
118 att = __DRI_BUFFER_FRONT_LEFT;
121 att = __DRI_BUFFER_BACK_LEFT;
124 att = __DRI_BUFFER_FRONT_RIGHT;
127 att = __DRI_BUFFER_BACK_RIGHT;
130 att = __DRI_BUFFER_DEPTH_STENCIL;
133 att = -1;
153 att = __DRI_BUFFER_DEPTH;
158 att = __DRI_BUFFER_DEPTH;
166 att = __DRI_BUFFER_DEPTH;
174 if (att >= 0) {
175 attachments[num_attachments++] = att;