Searched refs:attachments_with_format (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Dplatform_drm.c289 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);
H A Dplatform_wayland.c500 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);
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_drm.c289 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);
H A Dplatform_wayland.c500 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 93 milliseconds