Searched refs:Attachment (Results 1 - 25 of 166) sorted by relevance

1234567

/external/chromium_org/sync/api/attachments/
H A Dattachment.cc11 Attachment::~Attachment() {}
14 Attachment Attachment::Create(
20 Attachment Attachment::CreateWithId(
23 return Attachment(id, data);
26 const AttachmentId& Attachment::GetId() const { return id_; }
28 const scoped_refptr<base::RefCountedMemory>& Attachment::GetData() const {
32 Attachment function in class:syncer::Attachment
[all...]
H A Dattachment.h22 // While Attachment objects themselves aren't immutable (they are assignable)
26 class SYNC_EXPORT Attachment { class in namespace:syncer
28 ~Attachment();
35 static Attachment Create(const scoped_refptr<base::RefCountedMemory>& data);
41 static Attachment CreateWithId(
55 Attachment(const AttachmentId& id,
59 typedef std::vector<syncer::Attachment> AttachmentList;
60 typedef std::map<AttachmentId, Attachment> AttachmentMap;
H A Dattachment_unittest.cc27 Attachment a1 = Attachment::Create(some_data);
28 Attachment a2 = Attachment::Create(some_data);
35 Attachment a = Attachment::Create(empty_data);
43 Attachment a = Attachment::CreateWithId(id, some_data);
H A Dfake_attachment_store_unittest.cc91 Attachment attachment1 = Attachment::Create(some_data1);
92 Attachment attachment2 =
93 Attachment::CreateWithId(attachment1.GetId(), some_data2);
124 Attachment attachment1 = Attachment::Create(some_data1);
125 Attachment attachment2 = Attachment::Create(some_data2);
154 Attachment attachment1 = Attachment
[all...]
/external/chromium_org/sync/internal_api/attachments/
H A Dfake_attachment_uploader_unittest.cc50 Attachment attachment1 = Attachment::Create(some_data);
51 Attachment attachment2 = Attachment::Create(some_data);
52 Attachment attachment3 = Attachment::Create(some_data);
H A Dfake_attachment_downloader.cc26 scoped_ptr<Attachment> attachment;
28 new Attachment(Attachment::CreateWithId(attachment_id, data)));
H A Dfake_attachment_uploader.cc22 void FakeAttachmentUploader::UploadAttachment(const Attachment& attachment,
/external/chromium_org/sync/internal_api/public/attachments/
H A Dattachment_uploader.h40 virtual void UploadAttachment(const Attachment& attachment,
H A Dfake_attachment_uploader.h21 virtual void UploadAttachment(const Attachment& attachment,
H A Dattachment_downloader.h31 typedef base::Callback<void(const DownloadResult&, scoped_ptr<Attachment>)>
39 // |callback| will receive a DownloadResult code and an Attachment object. If
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Drenderbuffer.c108 fb->Attachment[bufferName].Renderbuffer == NULL);
118 fb->Attachment[bufferName].Type = GL_RENDERBUFFER_EXT;
119 fb->Attachment[bufferName].Complete = GL_TRUE;
120 _mesa_reference_renderbuffer(&fb->Attachment[bufferName].Renderbuffer, rb);
133 _mesa_reference_renderbuffer(&fb->Attachment[bufferName].Renderbuffer,
H A Dframebuffer.c214 struct gl_renderbuffer_attachment *att = &fb->Attachment[i];
288 struct gl_renderbuffer_attachment *att = &fb->Attachment[i];
414 struct gl_renderbuffer_attachment *att = &fb->Attachment[i];
493 * ctx->DrawBuffer->Attachment[BUFFER_DEPTH].Renderbuffer.DepthBits.
515 if (fb->Attachment[i].Renderbuffer) {
516 const struct gl_renderbuffer *rb = fb->Attachment[i].Renderbuffer;
543 if (fb->Attachment[i].Renderbuffer) {
544 const struct gl_renderbuffer *rb = fb->Attachment[i].Renderbuffer;
554 if (fb->Attachment[BUFFER_DEPTH].Renderbuffer) {
556 fb->Attachment[BUFFER_DEPT
[all...]
/external/mesa3d/src/mesa/main/
H A Drenderbuffer.c108 fb->Attachment[bufferName].Renderbuffer == NULL);
118 fb->Attachment[bufferName].Type = GL_RENDERBUFFER_EXT;
119 fb->Attachment[bufferName].Complete = GL_TRUE;
120 _mesa_reference_renderbuffer(&fb->Attachment[bufferName].Renderbuffer, rb);
133 _mesa_reference_renderbuffer(&fb->Attachment[bufferName].Renderbuffer,
H A Dframebuffer.c214 struct gl_renderbuffer_attachment *att = &fb->Attachment[i];
288 struct gl_renderbuffer_attachment *att = &fb->Attachment[i];
414 struct gl_renderbuffer_attachment *att = &fb->Attachment[i];
493 * ctx->DrawBuffer->Attachment[BUFFER_DEPTH].Renderbuffer.DepthBits.
515 if (fb->Attachment[i].Renderbuffer) {
516 const struct gl_renderbuffer *rb = fb->Attachment[i].Renderbuffer;
543 if (fb->Attachment[i].Renderbuffer) {
544 const struct gl_renderbuffer *rb = fb->Attachment[i].Renderbuffer;
554 if (fb->Attachment[BUFFER_DEPTH].Renderbuffer) {
556 fb->Attachment[BUFFER_DEPT
[all...]
/external/chromium_org/ui/login/
H A Dbubble.js33 Bubble.Attachment = {
134 * @param {!Attachment} attachment Bubble attachment.
137 for (var k in Bubble.Attachment) {
138 var v = Bubble.Attachment[k];
146 * @param {!Attachment} attachment Bubble attachment (on which side of the
171 * @param {!Attachment} attachment Bubble attachment (on which side of the
184 * @param {!Attachment} attachment Bubble attachment (on which side of the
212 case Bubble.Attachment.TOP:
216 case Bubble.Attachment.RIGHT:
220 case Bubble.Attachment
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_renderbuffer.c268 assert(fb->Attachment[b].Renderbuffer == NULL);
306 assert(fb->Attachment[BUFFER_DEPTH].Renderbuffer == NULL);
351 assert(fb->Attachment[BUFFER_STENCIL].Renderbuffer == NULL);
375 assert(fb->Attachment[BUFFER_DEPTH].Renderbuffer == NULL);
376 assert(fb->Attachment[BUFFER_STENCIL].Renderbuffer == NULL);
415 assert(fb->Attachment[BUFFER_ACCUM].Renderbuffer == NULL);
459 assert(fb->Attachment[BUFFER_AUX0 + i].Renderbuffer == NULL);
561 struct gl_texture_object *texObj = fb->Attachment[buffer].Texture;
562 struct gl_renderbuffer *rb = fb->Attachment[buffer].Renderbuffer;
567 const GLuint level = fb->Attachment[buffe
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_renderbuffer.c268 assert(fb->Attachment[b].Renderbuffer == NULL);
306 assert(fb->Attachment[BUFFER_DEPTH].Renderbuffer == NULL);
351 assert(fb->Attachment[BUFFER_STENCIL].Renderbuffer == NULL);
375 assert(fb->Attachment[BUFFER_DEPTH].Renderbuffer == NULL);
376 assert(fb->Attachment[BUFFER_STENCIL].Renderbuffer == NULL);
415 assert(fb->Attachment[BUFFER_ACCUM].Renderbuffer == NULL);
459 assert(fb->Attachment[BUFFER_AUX0 + i].Renderbuffer == NULL);
561 struct gl_texture_object *texObj = fb->Attachment[buffer].Texture;
562 struct gl_renderbuffer *rb = fb->Attachment[buffer].Renderbuffer;
567 const GLuint level = fb->Attachment[buffe
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_span.c56 if (fb->Attachment[BUFFER_DEPTH].Renderbuffer)
57 renderbuffer_map_unmap(ctx, fb->Attachment[BUFFER_DEPTH].Renderbuffer, map);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_flush.c56 = st_renderbuffer(fb->Attachment[BUFFER_FRONT_LEFT].Renderbuffer);
69 = st_renderbuffer(fb->Attachment[BUFFER_FRONT_LEFT].Renderbuffer);
H A Dst_cb_blit.c95 srcDepth = &ctx->ReadBuffer->Attachment[BUFFER_DEPTH];
96 dstDepth = &ctx->DrawBuffer->Attachment[BUFFER_DEPTH];
97 srcStencil = &ctx->ReadBuffer->Attachment[BUFFER_STENCIL];
98 dstStencil = &ctx->DrawBuffer->Attachment[BUFFER_STENCIL];
229 &readFB->Attachment[readFB->_ColorReadBufferIndex];
269 &readFB->Attachment[BUFFER_DEPTH];
271 &drawFB->Attachment[BUFFER_DEPTH];
273 &readFB->Attachment[BUFFER_STENCIL];
275 &drawFB->Attachment[BUFFER_STENCIL];
278 st_renderbuffer(readFB->Attachment[BUFFER_DEPT
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_span.c56 if (fb->Attachment[BUFFER_DEPTH].Renderbuffer)
57 renderbuffer_map_unmap(ctx, fb->Attachment[BUFFER_DEPTH].Renderbuffer, map);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_flush.c56 = st_renderbuffer(fb->Attachment[BUFFER_FRONT_LEFT].Renderbuffer);
69 = st_renderbuffer(fb->Attachment[BUFFER_FRONT_LEFT].Renderbuffer);
H A Dst_cb_blit.c95 srcDepth = &ctx->ReadBuffer->Attachment[BUFFER_DEPTH];
96 dstDepth = &ctx->DrawBuffer->Attachment[BUFFER_DEPTH];
97 srcStencil = &ctx->ReadBuffer->Attachment[BUFFER_STENCIL];
98 dstStencil = &ctx->DrawBuffer->Attachment[BUFFER_STENCIL];
229 &readFB->Attachment[readFB->_ColorReadBufferIndex];
269 &readFB->Attachment[BUFFER_DEPTH];
271 &drawFB->Attachment[BUFFER_DEPTH];
273 &readFB->Attachment[BUFFER_STENCIL];
275 &drawFB->Attachment[BUFFER_STENCIL];
278 st_renderbuffer(readFB->Attachment[BUFFER_DEPT
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dframebuffer_manager.cc44 : public Framebuffer::Attachment {
135 : public Framebuffer::Attachment {
294 Attachment* attachment = attachments_.begin()->second.get();
357 const Attachment* attachment = it->second.get();
368 const Attachment* attachment = it->second.get();
419 Attachment* a = it->second.get();
434 Attachment* attachment = it->second.get();
456 const Attachment* attachment = it->second.get();
465 const Attachment* attachment = it->second.get();
479 Attachment* attachmen
[all...]
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp302 struct Attachment : public Config struct in namespace:deqp::gls::FboUtil::config
304 Attachment (void) : target(GL_FRAMEBUFFER), imageName(0) {} function in struct:deqp::gls::FboUtil::config::Attachment
317 struct RenderbufferAttachment : public Attachment
325 struct TextureAttachment : public Attachment
346 glw::GLenum attachmentType (const Attachment& att);
350 typedef std::map<glw::GLenum, const Attachment*> AttachmentMap;
365 void attach (glw::GLenum attPoint, const Attachment* att);
379 const config::Attachment* att);
419 virtual void check (glw::GLenum attPoint, const config::Attachment& att,

Completed in 839 milliseconds

1234567