HomeSort by relevance Sort by last modified time
    Searched defs:Attachment (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
framebuffer_manager.h 30 class Attachment : public base::RefCounted<Attachment> {
56 friend class base::RefCounted<Attachment>;
57 virtual ~Attachment() {}
66 bool HasUnclearedAttachment(GLenum attachment) const;
71 GLenum attachment,
74 // Attaches a renderbuffer to a particlar attachment.
77 GLenum attachment, Renderbuffer* renderbuffer);
79 // Attaches a texture to a particlar attachment. Pass null to detach.
81 GLenum attachment, TextureRef* texture_ref, GLenum target
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 56 public class Attachment implements Parcelable {
65 // Indicates that this is a dummy placeholder attachment.
69 * Part id of the attachment.
74 * Attachment file name. See {@link AttachmentColumns#NAME} Use {@link #setName(String)}.
79 * Attachment size in bytes. See {@link AttachmentColumns#SIZE}.
84 * The provider-generated URI for this Attachment. Must be globally unique.
118 * Shareable, openable uri for this attachment
149 * The visibility type of this attachment.
167 * True if this attachment can be downloaded again.
172 public Attachment() {
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 168 Attachment.initAttachment();
551 // Boolean, no attachment = 0, attachment = 1
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 191 milliseconds