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

/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_drm.c356 unsigned int *attachments_with_format; local
361 attachments_with_format = calloc(count, 2 * sizeof(unsigned int));
362 if (!attachments_with_format) {
368 attachments_with_format[2*i] = attachments[i];
369 attachments_with_format[2*i + 1] = format;
375 attachments_with_format, count,
378 free(attachments_with_format);
H A Dplatform_wayland.c519 unsigned int *attachments_with_format; local
538 attachments_with_format = calloc(count, 2 * sizeof(unsigned int));
539 if (!attachments_with_format) {
545 attachments_with_format[2*i] = attachments[i];
546 attachments_with_format[2*i + 1] = bpp;
552 attachments_with_format, count,
555 free(attachments_with_format);

Completed in 86 milliseconds