Home | History | Annotate | Download | only in glx

Lines Matching refs:attrib_list

193 		  const int *attrib_list, size_t num_attribs)
215 pdraw->textureTarget = determineTextureTarget(attrib_list, num_attribs);
216 pdraw->textureFormat = determineTextureFormat(attrib_list, num_attribs);
242 const int *attrib_list, size_t num_attribs)
396 Drawable drawable, const int *attrib_list, CARD8 glxCode)
406 if (attrib_list) {
407 while (attrib_list[i * 2] != None)
431 if (attrib_list)
432 memcpy(data, attrib_list, 8 * i);
442 if (!CreateDRIDrawable(dpy, config, drawable, xid, attrib_list, i)) {
487 const int *attrib_list, GLboolean size_in_attribs)
498 if (attrib_list) {
499 while (attrib_list[i * 2])
552 (void) memcpy(data, attrib_list, sizeof(CARD32) * 2 * i);
560 if (!CreateDRIDrawable(dpy, config, pixmap, id, attrib_list, i)) {
632 int *attrib_list)
636 attrib_list, GL_FALSE);
645 glXCreatePbuffer(Display * dpy, GLXFBConfig config, const int *attrib_list)
659 for (i = 0; attrib_list[i]; ++i) {
660 attrib_list[i]) {
662 width = attrib_list[i + 1];
667 height = attrib_list[i + 1];
699 for (i = 0; attrib_list[i * 2]; i++) {
700 switch (attrib_list[i * 2]) {
702 width = attrib_list[i * 2 + 1];
705 height = attrib_list[i * 2 + 1];
711 width, height, attrib_list, GL_TRUE);
867 const int *attrib_list)
880 (Drawable) pixmap, attrib_list, X_GLXCreatePixmap);
887 const int *attrib_list)
894 (void) attrib_list; /*unused according to GLX 1.4 */
915 (Drawable) win, attrib_list, X_GLXCreateWindow);