Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1282 if (props.depthstencilAttachment_hasRbo) { in getBoundFramebufferFormat()
1340 props.depthstencilAttachment_hasRbo = false; in addFreshFramebuffer()
1557 boundFboProps(target).depthstencilAttachment_hasRbo) { in detachRboFromFbo()
1559 boundFboProps(target).depthstencilAttachment_hasRbo = false; in detachRboFromFbo()
1590 boundFboProps(target).depthstencilAttachment_hasRbo = true; in attachRbo()
1641 (boundFboProps_const(target).depthstencilAttachment_hasRbo); in attachmentHasObject()
1684 } else if (props.depthstencilAttachment_hasRbo) { in objectOfAttachment()
1714 default_fb_props.depthstencilAttachment_hasRbo = true; in fromMakeCurrent()
DGLClientState.h66 bool depthstencilAttachment_hasRbo; member