Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1862 … 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()
1931 if (!fbo_format_info.rb_external) { in checkFramebufferAttachmentCompleteness()
2226 res_info->rb_external = false; in getBoundFramebufferFormat()
2242 res_info->rb_external = in getBoundFramebufferFormat()
2269 res_info->rb_external = props.depthAttachment_rbo->boundEGLImage; in getBoundFramebufferFormat()
2288 res_info->rb_external = props.stencilAttachment_rbo->boundEGLImage; in getBoundFramebufferFormat()
2307 res_info->rb_external = props.depthstencilAttachment_rbo->boundEGLImage; in getBoundFramebufferFormat()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h132 bool rb_external; member