Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp4500 FboFormatInfo draw_fbo_format_info; in s_glBlitFramebuffer() local
4503 …state->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, &draw_fbo_format_info); in s_glBlitFramebuffer()
4506 draw_fbo_format_info.type == FBO_ATTACHMENT_TEXTURE) { in s_glBlitFramebuffer()
4512 draw_fbo_format_info.tex_type), in s_glBlitFramebuffer()
4519 … state->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, &draw_fbo_format_info); in s_glBlitFramebuffer()
4522 draw_fbo_format_info.type == FBO_ATTACHMENT_RENDERBUFFER) { in s_glBlitFramebuffer()
4528 draw_fbo_format_info.rb_format), in s_glBlitFramebuffer()
4535 …tate->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, &draw_fbo_format_info); in s_glBlitFramebuffer()
4538 draw_fbo_format_info.type == FBO_ATTACHMENT_RENDERBUFFER) { in s_glBlitFramebuffer()
4544 draw_fbo_format_info.rb_format), in s_glBlitFramebuffer()
[all …]