Lines Matching refs:setAttachmentImpl
814 setAttachmentImpl(context, GL_FRAMEBUFFER_DEFAULT, GL_BACK, ImageIndex(), surface, in Framebuffer()
823 setAttachmentImpl(context, GL_FRAMEBUFFER_DEFAULT, GL_DEPTH, ImageIndex(), surface, in Framebuffer()
831 setAttachmentImpl(context, GL_FRAMEBUFFER_DEFAULT, GL_STENCIL, ImageIndex(), surface, in Framebuffer()
1812 setAttachmentImpl(context, type, binding, textureIndex, resource, numViews, baseViewIndex, in setAttachment()
1838 setAttachmentImpl(context, type, binding, textureIndex, resource, numViews, in setAttachment()
1898 setAttachmentImpl(context, depth.type(), GL_DEPTH_ATTACHMENT, in commitWebGL1DepthStencilIfConsistent()
1901 setAttachmentImpl(context, GL_NONE, GL_STENCIL_ATTACHMENT, ImageIndex(), nullptr, numViews, in commitWebGL1DepthStencilIfConsistent()
1907 setAttachmentImpl(context, GL_NONE, GL_DEPTH_ATTACHMENT, ImageIndex(), nullptr, numViews, in commitWebGL1DepthStencilIfConsistent()
1909 setAttachmentImpl(context, stencil.type(), GL_STENCIL_ATTACHMENT, in commitWebGL1DepthStencilIfConsistent()
1916 setAttachmentImpl(context, depthStencil.type(), GL_DEPTH_ATTACHMENT, in commitWebGL1DepthStencilIfConsistent()
1920 setAttachmentImpl(context, depthStencil.type(), GL_STENCIL_ATTACHMENT, in commitWebGL1DepthStencilIfConsistent()
1927 setAttachmentImpl(context, GL_NONE, GL_DEPTH_ATTACHMENT, ImageIndex(), nullptr, numViews, in commitWebGL1DepthStencilIfConsistent()
1929 setAttachmentImpl(context, GL_NONE, GL_STENCIL_ATTACHMENT, ImageIndex(), nullptr, numViews, in commitWebGL1DepthStencilIfConsistent()
1934 void Framebuffer::setAttachmentImpl(const Context *context, in setAttachmentImpl() function in gl::Framebuffer