Searched defs:attachment (Results 1 - 25 of 119) sorted by relevance

12345

/external/chromium_org/third_party/libva/va/x11/
H A Dva_dri2.h42 unsigned int attachment; member in struct:__anon12947
H A Dva_dricommon.h53 unsigned int attachment; member in struct:dri_buffer::__anon12964
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri2.h41 unsigned int attachment; member in struct:__anon14293
/external/mesa3d/src/glx/
H A Ddri2.h41 unsigned int attachment; member in struct:__anon27704
/external/chromium_org/sync/internal_api/attachments/
H A Dfake_attachment_downloader.cc24 // attachment.
26 scoped_ptr<Attachment> attachment; local
27 attachment.reset(
31 base::Bind(callback, DOWNLOAD_SUCCESS, base::Passed(&attachment)));
H A Dfake_attachment_uploader.cc9 #include "sync/api/attachments/attachment.h"
22 void FakeAttachmentUploader::UploadAttachment(const Attachment& attachment, argument
25 DCHECK(!attachment.GetId().GetProto().unique_id().empty());
28 AttachmentId id = attachment.GetId();
H A Dfake_attachment_downloader_unittest.cc10 #include "sync/api/attachments/attachment.h"
43 scoped_ptr<Attachment> attachment) {
42 DownloadDone(const AttachmentDownloader::DownloadResult& result, scoped_ptr<Attachment> attachment) argument
H A Dattachment_downloader_impl.cc25 // |access_token| needed to invalidate if downloading attachment fails with
46 : OAuth2TokenService::Consumer("attachment-downloader-impl"),
71 // There is no request started for this attachment id. Let's create
198 scoped_ptr<Attachment> attachment; local
200 attachment.reset(new Attachment(Attachment::CreateWithId(
205 FROM_HERE, base::Bind(*iter, result, base::Passed(&attachment)));
H A Dattachment_downloader_impl_unittest.cc16 #include "sync/api/attachments/attachment.h"
26 const char kAttachmentContent[] = "attachment.content";
163 scoped_ptr<Attachment> attachment);
225 scoped_ptr<Attachment> attachment) {
228 // Successful download should be accompanied by valid attachment with
230 EXPECT_TRUE(attachment != NULL);
231 EXPECT_EQ(attachment_id, attachment->GetId());
233 scoped_refptr<base::RefCountedMemory> data = attachment->GetData();
237 EXPECT_TRUE(attachment == NULL);
288 // Let's download the same attachment agai
222 DownloadDone( const AttachmentId& attachment_id, const AttachmentDownloader::DownloadResult& result, scoped_ptr<Attachment> attachment) argument
[all...]
H A Dattachment_service_impl.cc13 #include "sync/api/attachments/attachment.h"
36 void AddAttachment(const Attachment& attachment);
38 // Both reading from local store and downloading attachment failed.
46 // If all attachment requests completed then post callback to consumer with
77 const Attachment& attachment) {
79 DCHECK(retrieved_attachments_->find(attachment.GetId()) ==
82 std::make_pair(attachment.GetId(), attachment));
83 DCHECK(in_progress_attachments_.find(attachment.GetId()) !=
85 in_progress_attachments_.erase(attachment
76 AddAttachment( const Attachment& attachment) argument
256 DownloadDone( const scoped_refptr<GetOrDownloadState>& state, const AttachmentId& attachment_id, const AttachmentDownloader::DownloadResult& result, scoped_ptr<Attachment> attachment) argument
[all...]
H A Dattachment_service_impl_unittest.cc56 Attachment attachment = Attachment::CreateWithId(*iter, data); local
57 attachments->insert(std::make_pair(*iter, attachment));
110 scoped_ptr<Attachment> attachment; local
113 attachment.reset(new Attachment(Attachment::CreateWithId(id, data)));
117 base::Bind(download_requests[id], result, base::Passed(&attachment)));
134 virtual void UploadAttachment(const Attachment& attachment,
136 const AttachmentId id = attachment.GetId();
307 // Create attachment list with 3 ids.
312 // Call attachment service.
318 // make AttachmentStore return only attachment
[all...]
H A Dattachment_uploader_impl.cc16 #include "sync/api/attachments/attachment.h"
45 const Attachment& attachment,
108 const Attachment& attachment,
114 : OAuth2TokenService::Consumer("attachment-uploader-impl"),
118 attachment_(attachment),
195 // TODO(maniscalco): Is there a better way? Copying the attachment data into
277 void AttachmentUploaderImpl::UploadAttachment(const Attachment& attachment, argument
280 const AttachmentId attachment_id = attachment.GetId();
285 // We have an old upload request for this attachment...
288 DCHECK(attachment
104 UploadState( const GURL& upload_url, const scoped_refptr<net::URLRequestContextGetter>& url_request_context_getter, const Attachment& attachment, const UploadCallback& user_callback, const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes, OAuth2TokenServiceRequest::TokenServiceProvider* token_service_provider, const base::WeakPtr<AttachmentUploaderImpl>& owner) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dx11_screen.h45 unsigned int attachment; member in struct:x11_drawable_buffer
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dx11_screen.h45 unsigned int attachment; member in struct:x11_drawable_buffer
/external/chromium_org/components/feedback/
H A Dfeedback_common.h75 const AttachedFile* attachment(size_t i) const { return attachments_[i]; } function in class:FeedbackCommon
113 // It is possible that multiple attachment add calls are running in
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_drawing.cc2326 const GLenum attachment = GL_DEPTH_ATTACHMENT; local
2354 attachment,
H A Dgles2_cmd_validation_autogen.h14 ValueValidator<GLenum> attachment; variable
/external/chromium_org/sync/api/attachments/
H A Dfake_attachment_store.cc13 #include "sync/api/attachments/attachment.h"
56 const Attachment& attachment = attachment_iter->second; local
57 result_map->insert(std::make_pair(id, attachment));
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
H A Dnative_shm.c79 enum native_attachment attachment)
90 resource = resource_surface_get_single_resource(surface->rsurf, attachment);
77 wayland_create_shm_buffer(struct wayland_display *display, struct wayland_surface *surface, enum native_attachment attachment) argument
H A Dnative_drm.c94 enum native_attachment attachment)
103 resource = resource_surface_get_single_resource(surface->rsurf, attachment);
92 wayland_create_drm_buffer(struct wayland_display *display, struct wayland_surface *surface, enum native_attachment attachment) argument
/external/deqp/modules/gles2/functional/
H A Des2fFboStateQueryTests.cpp58 void checkAttachmentParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, GLenum pname, GLenum reference) argument
61 gl.glGetFramebufferAttachmentParameteriv(target, attachment, pname, &state);
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
H A Dnative_shm.c79 enum native_attachment attachment)
90 resource = resource_surface_get_single_resource(surface->rsurf, attachment);
77 wayland_create_shm_buffer(struct wayland_display *display, struct wayland_surface *surface, enum native_attachment attachment) argument
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderStateCache.cpp98 const gl::FramebufferAttachment *attachment = colorbuffers[colorAttachment]; local
102 if (attachment)
109 rtChannels[0] = attachment->getRedSize() > 0;
110 rtChannels[1] = attachment->getGreenSize() > 0;
111 rtChannels[2] = attachment->getBlueSize() > 0;
112 rtChannels[3] = attachment->getAlphaSize() > 0;
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Dplatform_drm.c210 buffer->attachment = __DRI_BUFFER_BACK_LEFT;
221 unsigned int attachment, unsigned int format, __DRIbuffer *buffer)
225 __DRIbuffer *b = dri2_surf->dri_buffers[attachment];
229 attachment, format,
232 dri2_surf->dri_buffers[attachment] = b;
220 get_aux_bo(struct dri2_egl_surface *dri2_surf, unsigned int attachment, unsigned int format, __DRIbuffer *buffer) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_dri2.c81 switch (buffer->attachment) {
83 if (buffer->attachment != DRI2BufferFakeFrontLeft ||
112 if (buffer->attachment == DRI2BufferDepth) {
200 dri2_create_buffer(DrawablePtr pDraw, unsigned int attachment, unsigned int format) argument
214 buffer->attachment = attachment;
257 buffers[i].attachment = attachments[i];
313 src_draw = (pSrcBuffer->attachment == DRI2BufferFrontLeft) ? pDraw :
315 dst_draw = (pDestBuffer->attachment == DRI2BufferFrontLeft) ? pDraw :
337 if (pSrcBuffer->attachment
[all...]

Completed in 7151 milliseconds

12345