HomeSort by relevance Sort by last modified time
    Searched refs:addAttachment (Results 1 - 13 of 13) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentsView.java 100 private void addAttachment(final Attachment attachment) {
376 public void addAttachment(Account account, Attachment attachment)
389 addAttachment(attachment);
ComposeActivity.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DraftMessageData.java 348 addAttachment(attachment, null /*pendingAttachment*/);
353 private void addAttachment(final MessagePartData attachment,
417 addAttachment(null /*attachment*/, pendingAttachment);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawBaseClass.cpp 60 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat,
vktDrawCreateInfoUtil.hpp 210 void addAttachment (vk::VkAttachmentDescription attachment);
vktDrawNegativeViewportHeightTests.cpp 133 renderPassCreateInfo.addAttachment(AttachmentDescription(
vktDrawInstancedTests.cpp 320 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat,
vktDrawCreateInfoUtil.cpp 352 RenderPassCreateInfo::addAttachment (vk::VkAttachmentDescription attachment)
    [all...]
vktBasicDrawTests.cpp 335 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateBaseClass.cpp 64 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat,
vktDynamicStateRSTests.cpp 149 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat,
158 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat,
vktDynamicStateDSTests.cpp 162 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat,
171 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 119 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, // format
128 renderPassCreateInfo.addAttachment(AttachmentDescription(depthFormat, // format
    [all...]

Completed in 153 milliseconds