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.cpp3899 FboFormatInfo draw_fbo_format_info; in s_glBlitFramebuffer() local
3902 …state->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, &draw_fbo_format_info); in s_glBlitFramebuffer()
3905 draw_fbo_format_info.type == FBO_ATTACHMENT_TEXTURE) { in s_glBlitFramebuffer()
3911 draw_fbo_format_info.tex_type), in s_glBlitFramebuffer()
3918 … state->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, &draw_fbo_format_info); in s_glBlitFramebuffer()
3921 draw_fbo_format_info.type == FBO_ATTACHMENT_RENDERBUFFER) { in s_glBlitFramebuffer()
3927 draw_fbo_format_info.rb_format), in s_glBlitFramebuffer()
3934 …tate->getBoundFramebufferFormat(GL_DRAW_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, &draw_fbo_format_info); in s_glBlitFramebuffer()
3937 draw_fbo_format_info.type == FBO_ATTACHMENT_RENDERBUFFER) { in s_glBlitFramebuffer()
3943 draw_fbo_format_info.rb_format), in s_glBlitFramebuffer()
[all …]