HomeSort by relevance Sort by last modified time
    Searched refs:attachment (Results 76 - 100 of 561) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/main/
fbobject.c 185 * If \p attachment is GL_DEPTH_STENCIL_ATTACHMENT, return a pointer to
186 * the depth buffer attachment point.
190 GLenum attachment)
196 switch (attachment) {
217 i = attachment - GL_COLOR_ATTACHMENT0_EXT;
222 return &fb->Attachment[BUFFER_COLOR0 + i];
228 return &fb->Attachment[BUFFER_DEPTH];
230 return &fb->Attachment[BUFFER_STENCIL];
243 GLenum attachment)
247 switch (attachment) {
    [all...]
  /external/chromium_org/sync/api/attachments/
fake_attachment_store.cc 13 #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/
native_shm.c 79 enum native_attachment attachment)
90 resource = resource_surface_get_single_resource(surface->rsurf, attachment);
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_shm.c 79 enum native_attachment attachment)
90 resource = resource_surface_get_single_resource(surface->rsurf, attachment);
  /external/chromium_org/sync/internal_api/public/attachments/
attachment_service_impl.h 94 scoped_ptr<Attachment> attachment);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
x11_screen.h 45 unsigned int attachment; member in struct:x11_drawable_buffer
  /external/chromium_org/third_party/mesa/src/src/glx/
dri2.h 41 unsigned int attachment; member in struct:__anon18918
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
dri_util.h 111 unsigned int attachment,
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
x11_screen.h 45 unsigned int attachment; member in struct:x11_drawable_buffer
  /external/mesa3d/src/glx/
dri2.h 41 unsigned int attachment; member in struct:__anon11402
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 111 unsigned int attachment,
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasLoadAttachment.java 24 import com.android.emailcommon.provider.EmailContent.Attachment;
57 /** Attachment Loading Errors **/
68 private Attachment mAttachment;
73 * @param account The account we're loading the attachment for.
74 * @param attachmentId The local id of the attachment (i.e. its id in the database).
106 private final EmailContent.Attachment mAttachment;
109 final EmailContent.Attachment attachment) {
111 mAttachment = attachment;
121 * Encoder for Exchange 2003 attachment names. They come from the server partially encoded
    [all...]
  /external/chromium_org/sync/internal_api/attachments/
attachment_downloader_impl.cc 25 // |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)));
attachment_service_impl_unittest.cc 56 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)));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
FillLayer.h 73 EFillAttachment attachment() const { return static_cast<EFillAttachment>(m_attachment); } function in class:blink::FillLayer
114 void setAttachment(EFillAttachment attachment) { m_attachment = attachment; m_attachmentSet = true; }
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_drm.c 210 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;
  /external/mesa3d/src/egl/drivers/dri2/
platform_drm.c 210 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;
  /packages/apps/UnifiedEmail/src/com/android/mail/print/
PrintUtils.java 34 import com.android.mail.providers.Attachment;
268 // If the message has more than one attachment, list the number of attachments.
276 final List<Attachment> attachments = message.getAttachments();
278 final Attachment attachment = attachments.get(i); local
280 if (attachment.isInlineAttachment()) {
287 .append(getIconFilename(attachment.getContentType()))
289 .append(attachment.getName())
291 AttachmentUtils.convertToHumanReadableSize(context, attachment.size))
301 * Returns an appropriate filename for various attachment mime types
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 381 GrGLenum attachment,
386 GrAlwaysAssert(GR_GL_COLOR_ATTACHMENT0 == attachment ||
387 GR_GL_DEPTH_ATTACHMENT == attachment ||
388 GR_GL_STENCIL_ATTACHMENT == attachment);
401 switch (attachment) {
420 GrGLenum attachment,
426 GrAlwaysAssert(GR_GL_COLOR_ATTACHMENT0 == attachment ||
427 GR_GL_DEPTH_ATTACHMENT == attachment ||
428 GR_GL_STENCIL_ATTACHMENT == attachment);
446 switch (attachment) {
    [all...]
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 381 GrGLenum attachment,
386 GrAlwaysAssert(GR_GL_COLOR_ATTACHMENT0 == attachment ||
387 GR_GL_DEPTH_ATTACHMENT == attachment ||
388 GR_GL_STENCIL_ATTACHMENT == attachment);
401 switch (attachment) {
420 GrGLenum attachment,
426 GrAlwaysAssert(GR_GL_COLOR_ATTACHMENT0 == attachment ||
427 GR_GL_DEPTH_ATTACHMENT == attachment ||
428 GR_GL_STENCIL_ATTACHMENT == attachment);
446 switch (attachment) {
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
RenderStateCache.cpp 98 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/mesa/drivers/dri/radeon/
radeon_common_context.c 433 switch (buffers[i].attachment) {
462 buffers[i].attachment);
478 regname, buffers[i].name, buffers[i].attachment,
487 if (buffers[i].attachment == __DRI_BUFFER_STENCIL && depth_bo) {
525 if (buffers[i].attachment == __DRI_BUFFER_DEPTH) {
534 if (buffers[i].attachment == __DRI_BUFFER_DEPTH_STENCIL) {
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.c 433 switch (buffers[i].attachment) {
462 buffers[i].attachment);
478 regname, buffers[i].name, buffers[i].attachment,
487 if (buffers[i].attachment == __DRI_BUFFER_STENCIL && depth_bo) {
525 if (buffers[i].attachment == __DRI_BUFFER_DEPTH) {
534 if (buffers[i].attachment == __DRI_BUFFER_DEPTH_STENCIL) {
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 64 void glFramebufferRenderbufferOES ( GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer )
65 void glFramebufferTexture2DOES ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level )
66 void glGetFramebufferAttachmentParameterivOES ( GLenum target, GLenum attachment, GLenum pname, GLint *params )
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 716 Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPoint)point); local
717 if (attachment.name == texture->getName())
720 releaseFboAttachmentReference(attachment);
721 attachment = Framebuffer::Attachment();
761 // Clear all attachment point references
858 Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPoint)point); local
859 if (attachment.name == renderbuffer->getName()
    [all...]

Completed in 2032 milliseconds

1 2 34 5 6 7 8 91011>>