Home
last modified time | relevance | path

Searched refs:read_fbo_format_info (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp5149 FboFormatInfo read_fbo_format_info; in s_glBlitFramebuffer() local
5152 …state->getBoundFramebufferFormat(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, &read_fbo_format_info); in s_glBlitFramebuffer()
5155 if (read_fbo_format_info.type == FBO_ATTACHMENT_TEXTURE) { in s_glBlitFramebuffer()
5158 GLESv2Validation::isIntegerFormat(read_fbo_format_info.tex_format), in s_glBlitFramebuffer()
5162 if (read_fbo_format_info.type == FBO_ATTACHMENT_TEXTURE && in s_glBlitFramebuffer()
5168 read_fbo_format_info.tex_type, in s_glBlitFramebuffer()
5175 … state->getBoundFramebufferFormat(GL_READ_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, &read_fbo_format_info); in s_glBlitFramebuffer()
5178 if (read_fbo_format_info.type == FBO_ATTACHMENT_RENDERBUFFER && in s_glBlitFramebuffer()
5184 read_fbo_format_info.rb_format, in s_glBlitFramebuffer()
5191 …tate->getBoundFramebufferFormat(GL_READ_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, &read_fbo_format_info); in s_glBlitFramebuffer()
[all …]