Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1264 if (props.stencilAttachment_hasRbo) { in getBoundFramebufferFormat()
1339 props.stencilAttachment_hasRbo = false; in addFreshFramebuffer()
1540 boundFboProps(target).stencilAttachment_hasRbo) { in detachRboFromFbo()
1542 boundFboProps(target).stencilAttachment_hasRbo = false; in detachRboFromFbo()
1552 boundFboProps(target).stencilAttachment_hasRbo) { in detachRboFromFbo()
1554 boundFboProps(target).stencilAttachment_hasRbo = false; in detachRboFromFbo()
1582 boundFboProps(target).stencilAttachment_hasRbo = true; in attachRbo()
1588 boundFboProps(target).stencilAttachment_hasRbo = true; in attachRbo()
1637 (boundFboProps_const(target).stencilAttachment_hasRbo); in attachmentHasObject()
1676 } else if (props.stencilAttachment_hasRbo) { in objectOfAttachment()
[all …]
DGLClientState.h65 bool stencilAttachment_hasRbo; member