Searched defs:AttachmentPoint (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp166 fAttachments[(int)AttachmentPoint::kStencil].reset(SkRef(attachment));
169 fAttachments[(int)AttachmentPoint::kDepth].reset(SkRef(attachment));
172 fAttachments[(int)AttachmentPoint::kColor].reset(SkRef(attachment));
202 enum AttachmentPoint { enum in class:__anon20763::Framebuffer
207 constexpr int static kNumAttachmentPoints = 1 + (int)AttachmentPoint::kColor;
/external/skqp/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp166 fAttachments[(int)AttachmentPoint::kStencil].reset(SkRef(attachment));
169 fAttachments[(int)AttachmentPoint::kDepth].reset(SkRef(attachment));
172 fAttachments[(int)AttachmentPoint::kColor].reset(SkRef(attachment));
202 enum AttachmentPoint { enum in class:__anon21429::Framebuffer
207 constexpr int static kNumAttachmentPoints = 1 + (int)AttachmentPoint::kColor;
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp329 enum AttachmentPoint enum in class:sglr::rc::Framebuffer
383 Attachment& getAttachment (AttachmentPoint point) { return m_attachments[point]; }
384 const Attachment& getAttachment (AttachmentPoint point) const { return m_attachments[point]; }
784 tcu::PixelBufferAccess getFboAttachment (const rc::Framebuffer& framebuffer, rc::Framebuffer::AttachmentPoint point);

Completed in 135 milliseconds