Searched refs:framebufferAttachment (Results 1 – 3 of 3) sorted by relevance
240 const gl::FramebufferAttachment &framebufferAttachment, in ReadPixelsFromAttachment() argument244 gl::Extents extents = framebufferAttachment.getSize(); in ReadPixelsFromAttachment()245 GLenum binding = framebufferAttachment.getBinding(); in ReadPixelsFromAttachment()246 gl::InternalFormat format = *framebufferAttachment.getFormat().info; in ReadPixelsFromAttachment()273 const gl::FramebufferAttachment &framebufferAttachment, in SerializeFramebufferAttachment() argument276 if (framebufferAttachment.type() == GL_TEXTURE || in SerializeFramebufferAttachment()277 framebufferAttachment.type() == GL_RENDERBUFFER) in SerializeFramebufferAttachment()279 json->addScalar("AttachedResourceID", framebufferAttachment.id()); in SerializeFramebufferAttachment()282 "Type", gl::GLenumToString(gl::GLESEnum::ObjectIdentifier, framebufferAttachment.type())); in SerializeFramebufferAttachment()284 json->addString("Binding", gl::GLenumToString(enumGroup, framebufferAttachment.getBinding())); in SerializeFramebufferAttachment()[all …]
2718 const gl::FramebufferAttachment *framebufferAttachment) in UsePresentPathFast() argument2720 if (framebufferAttachment == nullptr) in UsePresentPathFast()2725 return (framebufferAttachment->type() == GL_FRAMEBUFFER_DEFAULT && in UsePresentPathFast()
492 const gl::FramebufferAttachment &framebufferAttachment = in getReadAttachment() local495 return framebufferAttachment.isAttached() ? &framebufferAttachment : nullptr; in getReadAttachment()