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.cpp1550 if (props.stencilAttachment_hasRbo) { in getBoundFramebufferFormat()
1625 props.stencilAttachment_hasRbo = false; in addFreshFramebuffer()
1826 boundFboProps(target).stencilAttachment_hasRbo) { in detachRboFromFbo()
1828 boundFboProps(target).stencilAttachment_hasRbo = false; in detachRboFromFbo()
1838 boundFboProps(target).stencilAttachment_hasRbo) { in detachRboFromFbo()
1840 boundFboProps(target).stencilAttachment_hasRbo = false; in detachRboFromFbo()
1868 boundFboProps(target).stencilAttachment_hasRbo = true; in attachRbo()
1874 boundFboProps(target).stencilAttachment_hasRbo = true; in attachRbo()
1923 (boundFboProps_const(target).stencilAttachment_hasRbo); in attachmentHasObject()
1962 } else if (props.stencilAttachment_hasRbo) { in objectOfAttachment()
[all …]
DGLClientState.h65 bool stencilAttachment_hasRbo; member