Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1831 if (props.depthAttachment_rbo != props.stencilAttachment_rbo) { in checkFramebufferCompleteness()
2286 res_info->rb_format = props.stencilAttachment_rbo->format; in getBoundFramebufferFormat()
2287 res_info->rb_multisamples = props.stencilAttachment_rbo->multisamples; in getBoundFramebufferFormat()
2288 res_info->rb_external = props.stencilAttachment_rbo->boundEGLImage; in getBoundFramebufferFormat()
2405 props.stencilAttachment_rbo = 0; in addFreshFramebuffer()
2648 if (boundFboProps(target).stencilAttachment_rbo == renderBufferSharedPtr && in detachRboFromFbo()
2650 boundFboProps(target).stencilAttachment_rbo = nullptr; in detachRboFromFbo()
2660 if (boundFboProps(target).stencilAttachment_rbo == renderBufferSharedPtr && in detachRboFromFbo()
2662 boundFboProps(target).stencilAttachment_rbo = nullptr; in detachRboFromFbo()
2696 boundFboProps(target).stencilAttachment_rbo = rboSharedPtr; in attachRbo()
[all …]
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h107 std::shared_ptr<RboProps> stencilAttachment_rbo = 0; member