Home
last modified time | relevance | path

Searched refs:AttachmentPoint (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp329 enum AttachmentPoint enum in sglr::rc::Framebuffer
383 Attachment& getAttachment (AttachmentPoint point) { return m_attachments[point]; } in getAttachment()
384 const Attachment& getAttachment (AttachmentPoint point) const { return m_attachments[point]; } in getAttachment()
786 tcu::PixelBufferAccess getFboAttachment (const rc::Framebuffer& framebuffer, rc::Framebuffer::AttachmentPoint point);
H A DsglrReferenceContext.cpp736 Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPoint)point); in deleteTexture()
783 releaseFboAttachmentReference(binding->getAttachment((Framebuffer::AttachmentPoint)point)); in bindFramebuffer()
794 acquireFboAttachmentReference(fbo->getAttachment((Framebuffer::AttachmentPoint)point)); in bindFramebuffer()
878 Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPoint)point); in deleteRenderbuffer()
1909 static inline Framebuffer::AttachmentPoint mapGLAttachmentPoint (deUint32 attachment)
1999 Framebuffer::AttachmentPoint point = mapGLAttachmentPoint(attachment);
2061 Framebuffer::AttachmentPoint point = mapGLAttachmentPoint(attachment);
2131 Framebuffer::AttachmentPoint point = mapGLAttachmentPoint(attachment);
2192 const Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPoint)point);
2350 tcu::PixelBufferAccess ReferenceContext::getFboAttachment (const rc::Framebuffer& framebuffer, rc::Framebuffer::AttachmentPoint poin
[all...]

Completed in 5 milliseconds