Searched refs:framebufferAttachment (Results 1 – 3 of 3) sorted by relevance
352 const gl::FramebufferAttachment &framebufferAttachment, in ReadPixelsFromAttachment() argument356 gl::Extents extents = framebufferAttachment.getSize(); in ReadPixelsFromAttachment()357 GLenum binding = framebufferAttachment.getBinding(); in ReadPixelsFromAttachment()358 gl::InternalFormat format = *framebufferAttachment.getFormat().info; in ReadPixelsFromAttachment()385 const gl::FramebufferAttachment &framebufferAttachment, in SerializeFramebufferAttachment() argument388 if (framebufferAttachment.type() == GL_TEXTURE || in SerializeFramebufferAttachment()389 framebufferAttachment.type() == GL_RENDERBUFFER) in SerializeFramebufferAttachment()391 json->addScalar("ID", framebufferAttachment.id()); in SerializeFramebufferAttachment()393 json->addScalar("Type", framebufferAttachment.type()); in SerializeFramebufferAttachment()395 json->addString("Binding", gl::GLenumToString(enumGroup, framebufferAttachment.getBinding())); in SerializeFramebufferAttachment()[all …]
2585 const gl::FramebufferAttachment *framebufferAttachment) in UsePresentPathFast() argument2587 if (framebufferAttachment == nullptr) in UsePresentPathFast()2592 return (framebufferAttachment->type() == GL_FRAMEBUFFER_DEFAULT && in UsePresentPathFast()
470 const gl::FramebufferAttachment &framebufferAttachment = in getReadAttachment() local473 return framebufferAttachment.isAttached() ? &framebufferAttachment : nullptr; in getReadAttachment()