Searched refs:rb_format (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLClientState.cpp | 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() 1869 fbo_format_info.rb_format, in checkFramebufferAttachmentCompleteness() 1905 __func__, target, attachment, fbo_format_info.rb_format, in checkFramebufferAttachmentCompleteness() 2224 res_info->rb_format = GL_NONE; in getBoundFramebufferFormat() 2239 res_info->rb_format = props.colorAttachmenti_rbos[colorAttachmentIndex]->format; in getBoundFramebufferFormat() 2267 res_info->rb_format = props.depthAttachment_rbo->format; in getBoundFramebufferFormat() 2286 res_info->rb_format = props.stencilAttachment_rbo->format; in getBoundFramebufferFormat() 2305 res_info->rb_format = props.depthstencilAttachment_rbo->format; in getBoundFramebufferFormat()
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/ |
D | GLClientState.h | 130 GLenum rb_format; member
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GL2Encoder.cpp | 5184 read_fbo_format_info.rb_format, in s_glBlitFramebuffer() 5185 draw_fbo_format_info.rb_format), in s_glBlitFramebuffer() 5200 read_fbo_format_info.rb_format, in s_glBlitFramebuffer() 5201 draw_fbo_format_info.rb_format), in s_glBlitFramebuffer() 5227 (read_fbo_format_info.rb_format != in s_glBlitFramebuffer() 5228 draw_fbo_format_info.rb_format), in s_glBlitFramebuffer()
|