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

/external/libmojo/ipc/
H A Dipc_message.cc195 size_t num_attachments = message.header()->num_brokered_attachments; local
199 if (num_attachments >= max_size_t / BrokerableAttachment::kNonceSize)
202 size_t attachment_length = num_attachments * BrokerableAttachment::kNonceSize;
211 for (size_t i = 0; i < num_attachments; ++i) {
219 pickle_end + num_attachments * BrokerableAttachment::kNonceSize;
/external/mesa3d/src/gallium/state_trackers/dri/drm/
H A Ddri2.c93 unsigned num_attachments, i; local
98 num_attachments = 0;
102 attachments[num_attachments++] = __DRI_BUFFER_FRONT_LEFT;
175 attachments[num_attachments++] = att;
177 attachments[num_attachments++] = depth;
183 num_attachments /= 2;
186 attachments, num_attachments,
192 attachments, num_attachments,

Completed in 153 milliseconds