HomeSort by relevance Sort by last modified time
    Searched defs:attachments (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/skia/src/gpu/vk/
GrVkFramebuffer.cpp 24 VkImageView attachments[3]; local
25 attachments[0] = colorAttachment->imageView();
28 attachments[numAttachments++] = resolveAttachment->imageView();
31 attachments[numAttachments++] = stencilAttachment->imageView();
41 createInfo.pAttachments = attachments;
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/attachmentchooser/
AttachmentChooserFragmentTest.java 93 private void loadWith(final List<MessagePartData> attachments) {
99 Mockito.doReturn(attachments)
142 final List<MessagePartData> attachments = TestDataFactory.getTestDraftAttachments(); local
143 loadWith(attachments);
146 assertEquals("bad view count", attachments.size(),
  /external/deqp/modules/gles31/functional/
es31fNegativeAdvancedBlendEquationTests.cpp 216 const glw::GLenum attachments[] = { GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1 }; local
236 ctx.glDrawBuffers(2, attachments);
es31fNegativeBufferApiTests.cpp 777 std::vector<deUint32> attachments (4)
1691 deUint32 attachments[3]; local
1740 deUint32 attachments[3]; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c 251 unsigned int attachments[10]; local
260 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
262 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
264 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL;
266 attachments[i++] = __DRI_BUFFER_DEPTH;
268 attachments[i++] = __DRI_BUFFER_STENCIL;
271 attachments, i, &count,
  /hardware/intel/common/libva/va/x11/
dri2_util.c 120 unsigned int attachments[5]; local
125 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
127 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
131 attachments, i, &count);
  /packages/apps/Email/provider_src/com/android/email/provider/
Utilities.java 116 // Now process body parts & attachments
118 ArrayList<Part> attachments = new ArrayList<Part>(); local
119 MimeUtility.collectParts(message, viewables, attachments);
135 // process (and save) attachments
139 LegacyConversions.updateAttachments(context, localMessage, attachments);
149 // not have any attachments at all, and we just need a button somewhere that
151 // Or, what if we were able to load some, but not all of the attachments?
155 // attachments we have until we've loaded the complete message.
  /packages/apps/Email/provider_src/com/android/email/
LegacyConversions.java 159 * Copy attachments from MimeMessage to provider Message.
162 * @param localMessage the attachments will be built against this message
163 * @param attachments the attachments to add
166 final EmailContent.Message localMessage, final ArrayList<Part> attachments)
169 for (Part attachmentPart : attachments) {
181 // Treat inline parts as attachments
220 // Get partId for unloaded IMAP attachments (if any)
243 * This will skip adding attachments if they are already found in the attachments table
417 final Cursor attachments = local
    [all...]
  /device/asus/fugu/kernel-headers/linux/
kct.h 70 struct ct_attchmt attachments[]; member in struct:ct_event
90 #define foreach_attchmt(Event, Attchmt) if ((Event)->attchmt_size) for ((Attchmt) = (Event)->attachments; (Attchmt) < (typeof(Attchmt))(((char *) (Event)->attachments) + (Event)->attchmt_size); (Attchmt) = (typeof(Attchmt))KCT_ALIGN(((size_t)(Attchmt)) + sizeof(*(Attchmt)) + (Attchmt)->size, ATTCHMT_ALIGNMENT))
  /device/asus/fugu/original-kernel-headers/linux/
kct.h 59 struct ct_attchmt attachments[]; member in struct:ct_event
84 for ((Attchmt) = (Event)->attachments; \
86 (Event)->attachments) + \
  /external/deqp/modules/gles3/functional/
es3fFboStateQueryTests.cpp 173 const GLenum attachments[] = local
186 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(attachments); ++ndx)
189 glGetFramebufferAttachmentParameteriv(m_framebufferTarget, attachments[ndx], GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE, &state);
    [all...]
es3fFboInvalidateTests.cpp 56 vector<deUint32> attachments; local
59 attachments.push_back(GL_COLOR);
62 attachments.push_back(GL_DEPTH);
65 attachments.push_back(GL_STENCIL);
67 return attachments;
72 vector<deUint32> attachments; local
75 attachments.push_back(GL_COLOR_ATTACHMENT0);
79 attachments.push_back(GL_DEPTH_STENCIL_ATTACHMENT);
81 attachments.push_back(GL_DEPTH_ATTACHMENT);
83 attachments.push_back(GL_STENCIL_ATTACHMENT)
148 vector<deUint32> attachments = getDefaultFBDiscardAttachments(m_buffers); local
220 vector<deUint32> attachments = getDefaultFBDiscardAttachments(m_buffers); local
314 vector<deUint32> attachments = getDefaultFBDiscardAttachments(m_buffers); local
368 vector<deUint32> attachments = getDefaultFBDiscardAttachments(m_buffers); local
473 vector<deUint32> attachments = getFBODiscardAttachments(m_invalidateBuffers); local
584 vector<deUint32> attachments = getFBODiscardAttachments(m_invalidateBuffers); local
718 vector<deUint32> attachments = getFBODiscardAttachments(m_invalidateBuffers); local
844 vector<deUint32> attachments = getFBODiscardAttachments(m_invalidateBuffers); local
948 vector<deUint32> attachments = getFBODiscardAttachments(m_invalidateBuffers); local
1105 vector<deUint32> attachments = getFBODiscardAttachments(m_invalidateBuffers); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_dri.c 71 static const unsigned int attachments[1] = { XCB_DRI2_ATTACHMENT_BUFFER_BACK_LEFT }; variable
135 scrn->buffers_cookie = xcb_dri2_get_buffers_unchecked(scrn->conn, scrn->drawable, 1, 1, attachments);
190 cookie = xcb_dri2_get_buffers_unchecked(scrn->conn, drawable, 1, 1, attachments);
  /external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2.c 92 unsigned attachments[10]; local
102 attachments[num_attachments++] = __DRI_BUFFER_FRONT_LEFT;
175 attachments[num_attachments++] = att;
177 attachments[num_attachments++] = depth;
186 attachments, num_attachments,
192 attachments, num_attachments,
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.c 929 unsigned *attachments = calloc(2 * max_attachments, sizeof(unsigned)); local
940 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
941 attachments[i++] = intel_bits_per_pixel(front_rb);
945 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
946 attachments[i++] = intel_bits_per_pixel(back_rb);
954 attachments, i / 2,
957 free(attachments);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.c 344 unsigned int attachments[10]; local
377 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
378 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[0]);
383 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
384 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[1]);
391 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL;
392 attachments[i++] = radeon_bits_per_pixel(depth_rb);
394 attachments[i++] = __DRI_BUFFER_DEPTH;
395 attachments[i++] = radeon_bits_per_pixel(depth_rb);
397 attachments[i++] = __DRI_BUFFER_STENCIL
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_encoder.cc 173 CFArrayRef attachments = local
175 if (attachments != nullptr && CFArrayGetCount(attachments)) {
177 static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(attachments, 0));
  /frameworks/base/libs/hwui/
LayerRenderer.cpp 343 const GLenum attachments[] = { GL_COLOR_ATTACHMENT0 }; local
344 glDiscardFramebufferEXT(GL_FRAMEBUFFER, 1, attachments);
  /packages/apps/UnifiedEmail/src/com/android/mail/print/
PrintUtils.java 249 * Builds and returns html for a message's attachments.
259 // if we have no attachments after filtering out inline attachments, return.
268 // If the message has more than one attachment, list the number of attachments.
276 final List<Attachment> attachments = message.getAttachments(); local
277 for (int i = 0, size = attachments.size(); i < size; i++) {
278 final Attachment attachment = attachments.get(i);
279 // skip inline attachments
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 80 * Sunny day test of adding attachments from an IMAP/POP message.
83 // Prepare a local message to add the attachments to
107 ArrayList<Part> attachments = new ArrayList<Part>(); local
108 MimeUtility.collectParts(legacyMessage, viewables, attachments);
109 LegacyConversions.updateAttachments(mProviderContext, localMessage, attachments);
111 // Read back all attachments for message and check field values
121 checkAttachment("attachment1Part", attachments.get(0), attachment,
124 checkAttachment("attachment2Part", attachments.get(1), attachment,
136 * Test that only "attachment" or "inline" attachments are captured and added.
141 // Prepare a local message to add the attachments t
202 ArrayList<Part> attachments = new ArrayList<Part>(); local
386 ArrayList<Part> attachments = new ArrayList<Part>(); local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/
AttachmentPreview.java 147 // returns true if we have attachments
150 final List<MessagePartData> attachments = draftMessageData.getReadOnlyAttachments(); local
154 // Any change in attachments would invalidate the animated height animation.
158 final int combinedAttachmentCount = attachments.size() + pendingAttachments.size();
167 // Only start the hiding if there are still no attachments
168 if (attachments.size() + pendingAttachments.size() == 0) {
179 // Run immediately when clearing attachments
209 combinedAttachments.addAll(attachments);
240 // If we are going from N->1 attachments, try to use the current bounds
300 * message list and the compose message box when the attachments are cleared
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/widget/
WidgetConversationService.java 161 // Attachments
180 final List<MessagePartData> attachments = message.getAttachments(); local
181 for (MessagePartData part : attachments) {
410 final List<MessagePartData> attachments = message.getAttachments(); local
412 for (MessagePartData part : attachments) {
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageFooterView.java 131 // we're only updating the attachments.
161 final List<Attachment> attachments; local
164 attachments = Lists.newArrayList();
166 attachments.add(mAttachmentsCursor.get());
171 attachments = mMessageHeaderItem.getMessage().getAttachments();
173 renderAttachments(attachments, loaderResult);
176 private void renderAttachments(List<Attachment> attachments, boolean loaderResult) {
177 if (attachments == null || attachments.isEmpty()) {
181 // filter the attachments into tiled and non-tile
    [all...]
  /bionic/libc/kernel/uapi/video/
adf.h 125 struct adf_attachment_config __user * attachments; member in struct:adf_device_data
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineDepthTests.cpp 365 const VkAttachmentDescription attachments[2] = local
403 attachments, // const VkAttachmentDescription* pAttachments;
    [all...]

Completed in 657 milliseconds

1 2 3 4