Searched refs:framebufferAttachment (Results 1 – 3 of 3) sorted by relevance
241 const gl::FramebufferAttachment &framebufferAttachment, in ReadPixelsFromAttachment() argument245 gl::Extents extents = framebufferAttachment.getSize(); in ReadPixelsFromAttachment()246 GLenum binding = framebufferAttachment.getBinding(); in ReadPixelsFromAttachment()247 gl::InternalFormat format = *framebufferAttachment.getFormat().info; in ReadPixelsFromAttachment()274 const gl::FramebufferAttachment &framebufferAttachment, in SerializeFramebufferAttachment() argument277 if (framebufferAttachment.type() == GL_TEXTURE || in SerializeFramebufferAttachment()278 framebufferAttachment.type() == GL_RENDERBUFFER) in SerializeFramebufferAttachment()280 json->addScalar("AttachedResourceID", framebufferAttachment.id()); in SerializeFramebufferAttachment()283 "Type", gl::GLenumToString(gl::GLESEnum::ObjectIdentifier, framebufferAttachment.type())); in SerializeFramebufferAttachment()285 json->addString("Binding", gl::GLenumToString(enumGroup, framebufferAttachment.getBinding())); in SerializeFramebufferAttachment()[all …]
2707 const gl::FramebufferAttachment *framebufferAttachment) in UsePresentPathFast() argument2709 if (framebufferAttachment == nullptr) in UsePresentPathFast()2714 return (framebufferAttachment->type() == GL_FRAMEBUFFER_DEFAULT && in UsePresentPathFast()
477 const gl::FramebufferAttachment &framebufferAttachment = in getReadAttachment() local480 return framebufferAttachment.isAttached() ? &framebufferAttachment : nullptr; in getReadAttachment()