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.cpp1208 res_info->rb_format = GL_NONE; in getBoundFramebufferFormat()
1221 res_info->rb_format = in getBoundFramebufferFormat()
1248 res_info->rb_format = queryRboFormat(props.depthAttachment_rbo); in getBoundFramebufferFormat()
1266 res_info->rb_format = queryRboFormat(props.stencilAttachment_rbo); in getBoundFramebufferFormat()
1284 res_info->rb_format = queryRboFormat(props.depthstencilAttachment_rbo); in getBoundFramebufferFormat()
DGLClientState.h89 GLenum rb_format; member
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp2306 switch (fbo_format_info.rb_format) { in isCompleteFbo()
3926 read_fbo_format_info.rb_format, in s_glBlitFramebuffer()
3927 draw_fbo_format_info.rb_format), in s_glBlitFramebuffer()
3942 read_fbo_format_info.rb_format, in s_glBlitFramebuffer()
3943 draw_fbo_format_info.rb_format), in s_glBlitFramebuffer()
3965 (read_fbo_format_info.rb_format != in s_glBlitFramebuffer()
3966 draw_fbo_format_info.rb_format), in s_glBlitFramebuffer()