HomeSort by relevance Sort by last modified time
    Searched full:attachments_with_format (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/egl/drivers/dri2/
platform_drm.c 289 unsigned int *attachments_with_format; local
294 attachments_with_format = calloc(count * 2, sizeof(unsigned int));
295 if (!attachments_with_format) {
301 attachments_with_format[2*i] = attachments[i];
302 attachments_with_format[2*i + 1] = format;
308 attachments_with_format, count,
311 free(attachments_with_format);
platform_wayland.c 500 unsigned int *attachments_with_format; local
505 attachments_with_format = calloc(count * 2, sizeof(unsigned int));
506 if (!attachments_with_format) {
512 attachments_with_format[2*i] = attachments[i];
513 attachments_with_format[2*i + 1] = format;
519 attachments_with_format, count,
522 free(attachments_with_format);

Completed in 403 milliseconds