HomeSort by relevance Sort by last modified time
    Searched refs:attachments (Results 101 - 125 of 329) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ComposeMessageView.java 702 final List<MessagePartData> attachments = draftMessageData.getReadOnlyAttachments(); local
703 final int attachmentCount = attachments.size();
717 for (final MessagePartData attachment : attachments) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 84 * For local attachments generated by the Compose UI prior to send/save,
234 * Constructor for use when creating attachments in eml files.
612 public static String toJSONArray(Collection<? extends Attachment> attachments) {
613 if (attachments == null) {
618 for (Attachment attachment : attachments) {
665 * @param previewStates The packed int describing the states of multiple attachments.
669 * @return A packed int describing the updated downloaded states of the multiple attachments.
689 * @param previewStates The packed int describing the states of multiple attachments.
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]
  /external/vulkan-validation-layers/demos/
cube.c 1388 const VkAttachmentDescription attachments[2] = { local
1704 VkImageView attachments[2]; local
    [all...]
tri.c 1133 const VkAttachmentDescription attachments[2] = { local
1434 VkImageView attachments[2]; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 277 RenderPassCreateInfo::RenderPassCreateInfo (const std::vector<vk::VkAttachmentDescription>& attachments,
281 : m_attachments (attachments.begin(), attachments.end())
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.cpp 277 RenderPassCreateInfo::RenderPassCreateInfo (const std::vector<vk::VkAttachmentDescription>& attachments,
281 : m_attachments (attachments.begin(), attachments.end())
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.cpp 277 RenderPassCreateInfo::RenderPassCreateInfo (const std::vector<vk::VkAttachmentDescription>& attachments,
281 : m_attachments (attachments.begin(), attachments.end())
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/
GL30Profiler.java     [all...]
  /external/skia/src/gpu/gl/
GrGLNoOpInterface.h 191 const GrGLenum* attachments);
  /packages/apps/Email/provider_src/com/android/email/service/
ImapService.java 264 // right now, attachments will be left for later.
266 ArrayList<Part> attachments = new ArrayList<Part>(); local
267 MimeUtility.collectParts(message, viewables, attachments);
1591 ArrayList<Part> attachments = new ArrayList<>(); local
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 1091 ArrayList<Part> attachments = new ArrayList<Part>(); local
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 339 GL_APICALL void (* GL_APIENTRY glInvalidateFramebuffer) (GLenum target, GLsizei numAttachments, const GLenum* attachments);
340 GL_APICALL void (* GL_APIENTRY glInvalidateSubFramebuffer) (GLenum target, GLsizei numAttachments, const GLenum* attachments, GLint x, GLint y, GLsizei width, GLsizei height);
gl3stub.h     [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2ext.h 620 GL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
622 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 489 const GLenum* attachments );
492 const GLenum* attachments,
gl3stub.h     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineDepthTests.cpp 365 const VkAttachmentDescription attachments[2] = local
403 attachments, // const VkAttachmentDescription* pAttachments;
    [all...]
vktPipelineEarlyFragmentTests.cpp 363 const VkAttachmentDescription attachments[] = local
431 attachments, // const VkAttachmentDescription* pAttachments;
585 // Number of blend attachments must equal the number of color attachments.
    [all...]
vktPipelineStencilTests.cpp 452 const VkAttachmentDescription attachments[2] = local
490 attachments, // const VkAttachmentDescription* pAttachments;
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 293 void glInvalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments);
294 void glInvalidateSubFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/GLES2/
gl2ext.h 620 GL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
622 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES2/
gl2ext.h 620 GL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
622 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/GLES2/
gl2ext.h 620 GL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
622 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/GLES2/
gl2ext.h 620 GL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
622 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
    [all...]

Completed in 1540 milliseconds

1 2 3 45 6 7 8 91011>>