HomeSort by relevance Sort by last modified time
    Searched refs:AttachmentPoint (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 324 enum AttachmentPoint
378 Attachment& getAttachment (AttachmentPoint point) { return m_attachments[point]; }
379 const Attachment& getAttachment (AttachmentPoint point) const { return m_attachments[point]; }
779 tcu::PixelBufferAccess getFboAttachment (const rc::Framebuffer& framebuffer, rc::Framebuffer::AttachmentPoint point);
    [all...]
sglrReferenceContext.cpp 716 Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPoint)point);
763 releaseFboAttachmentReference(binding->getAttachment((Framebuffer::AttachmentPoint)point));
774 acquireFboAttachmentReference(fbo->getAttachment((Framebuffer::AttachmentPoint)point));
858 Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPoint)point);
    [all...]

Completed in 51 milliseconds