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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
RenderStateCache.cpp 96 gl::FramebufferAttachment *attachment = framebuffer->getColorbuffer(i); local
97 if (attachment)
104 key.rtChannels[i][0] = attachment->getRedSize() > 0;
105 key.rtChannels[i][1] = attachment->getGreenSize() > 0;
106 key.rtChannels[i][2] = attachment->getBlueSize() > 0;
107 key.rtChannels[i][3] = attachment->getAlphaSize() > 0;
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 41 import com.android.emailcommon.provider.EmailContent.Attachment;
112 Uri uri = ContentUris.withAppendedId(Attachment.MESSAGE_ID_URI, localMessage.mId);
113 Cursor c = mProviderContext.getContentResolver().query(uri, Attachment.CONTENT_PROJECTION,
118 Attachment attachment = local
119 Attachment.getContent(mProviderContext, c, Attachment.class);
120 if ("100".equals(attachment.mLocation)) {
121 checkAttachment("attachment1Part", attachments.get(0), attachment,
123 } else if ("101".equals(attachment.mLocation))
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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/internal_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/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:__anon17913
  /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:__anon31472
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 111 unsigned int attachment,
  /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:WebCore::FillLayer
108 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;
  /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/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...]
sglrContext.hpp 82 virtual void framebufferTexture2D (deUint32 target, deUint32 attachment, deUint32 textarget, deUint32 texture, int level) = DE_NULL;
83 virtual void framebufferTextureLayer (deUint32 target, deUint32 attachment, deUint32 texture, int level, int layer) = DE_NULL;
84 virtual void framebufferRenderbuffer (deUint32 target, deUint32 attachment, deUint32 renderbuffertarget, deUint32 renderbuffer) = DE_NULL;
87 virtual void getFramebufferAttachmentParameteriv (deUint32 target, deUint32 attachment, deUint32 pname, int* params) = DE_NULL;
  /external/chromium_org/components/feedback/
feedback_common.h 75 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/
gles2_cmd_validation_autogen.h 14 ValueValidator<GLenum> attachment; variable

Completed in 764 milliseconds

1 2 34 5 6 7 8 91011>>