Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1494 res_info->rb_format = GL_NONE; in getBoundFramebufferFormat()
1507 res_info->rb_format = in getBoundFramebufferFormat()
1534 res_info->rb_format = queryRboFormat(props.depthAttachment_rbo); in getBoundFramebufferFormat()
1552 res_info->rb_format = queryRboFormat(props.stencilAttachment_rbo); in getBoundFramebufferFormat()
1570 res_info->rb_format = queryRboFormat(props.depthstencilAttachment_rbo); in getBoundFramebufferFormat()
DGLClientState.h89 GLenum rb_format; member
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp2778 switch (fbo_format_info.rb_format) { in isCompleteFbo()
4527 read_fbo_format_info.rb_format, in s_glBlitFramebuffer()
4528 draw_fbo_format_info.rb_format), in s_glBlitFramebuffer()
4543 read_fbo_format_info.rb_format, in s_glBlitFramebuffer()
4544 draw_fbo_format_info.rb_format), in s_glBlitFramebuffer()
4566 (read_fbo_format_info.rb_format != in s_glBlitFramebuffer()
4567 draw_fbo_format_info.rb_format), in s_glBlitFramebuffer()