Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1552 res_info->rb_format = queryRboFormat(props.stencilAttachment_rbo); in getBoundFramebufferFormat()
1555 props.stencilAttachment_rbo); in getBoundFramebufferFormat()
1620 props.stencilAttachment_rbo = 0; in addFreshFramebuffer()
1825 if (boundFboProps(target).stencilAttachment_rbo == renderbuffer && in detachRboFromFbo()
1827 boundFboProps(target).stencilAttachment_rbo = 0; in detachRboFromFbo()
1837 if (boundFboProps(target).stencilAttachment_rbo == renderbuffer && in detachRboFromFbo()
1839 boundFboProps(target).stencilAttachment_rbo = 0; in detachRboFromFbo()
1867 boundFboProps(target).stencilAttachment_rbo = renderbuffer; in attachRbo()
1873 boundFboProps(target).stencilAttachment_rbo = renderbuffer; in attachRbo()
1896 res = boundFboProps_const(target).stencilAttachment_rbo; in getFboAttachmentRboId()
[all …]
DGLClientState.h60 GLuint stencilAttachment_rbo; member