Searched refs:fbo_format_info (Results 1 – 2 of 2) sorted by relevance
1853 FboFormatInfo fbo_format_info; in checkFramebufferAttachmentCompleteness() local1854 getBoundFramebufferFormat(target, attachment, &fbo_format_info); in checkFramebufferAttachmentCompleteness()1858 switch (fbo_format_info.type) { in checkFramebufferAttachmentCompleteness()1862 … renderable = fbo_format_info.rb_external || depthRenderableFormat(fbo_format_info.rb_format); in checkFramebufferAttachmentCompleteness()1865 … renderable = fbo_format_info.rb_external || stencilRenderableFormat(fbo_format_info.rb_format); in checkFramebufferAttachmentCompleteness()1868 renderable = fbo_format_info.rb_external || colorRenderableFormat( in checkFramebufferAttachmentCompleteness()1869 fbo_format_info.rb_format, in checkFramebufferAttachmentCompleteness()1880 …renderable = fbo_format_info.tex_external || depthRenderableFormat(fbo_format_info.tex_internalfor… in checkFramebufferAttachmentCompleteness()1883 …renderable = fbo_format_info.tex_external || stencilRenderableFormat(fbo_format_info.tex_internalf… in checkFramebufferAttachmentCompleteness()1886 renderable = fbo_format_info.tex_external || colorRenderableFormat( in checkFramebufferAttachmentCompleteness()[all …]
5021 FboFormatInfo fbo_format_info; in s_glReadPixels() local5023 GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, &fbo_format_info); in s_glReadPixels()5025 fbo_format_info.type == FBO_ATTACHMENT_TEXTURE && in s_glReadPixels()5027 format, type, fbo_format_info.tex_type), in s_glReadPixels()