Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1532 if (props.depthAttachment_hasRbo) { in getBoundFramebufferFormat()
1624 props.depthAttachment_hasRbo = false; in addFreshFramebuffer()
1819 boundFboProps(target).depthAttachment_hasRbo) { in detachRboFromFbo()
1821 boundFboProps(target).depthAttachment_hasRbo = false; in detachRboFromFbo()
1833 boundFboProps(target).depthAttachment_hasRbo) { in detachRboFromFbo()
1835 boundFboProps(target).depthAttachment_hasRbo = false; in detachRboFromFbo()
1864 boundFboProps(target).depthAttachment_hasRbo = true; in attachRbo()
1872 boundFboProps(target).depthAttachment_hasRbo = true; in attachRbo()
1919 (boundFboProps_const(target).depthAttachment_hasRbo); in attachmentHasObject()
1953 } else if (props.depthAttachment_hasRbo) { in objectOfAttachment()
[all …]
DGLClientState.h64 bool depthAttachment_hasRbo; member