Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1791 …ttachment_hasRbo || props.depthstencilAttachment_hasTexObj || props.depthstencilAttachment_hasRbo); in checkFramebufferCompleteness()
1792 …ttachment_hasRbo || props.depthstencilAttachment_hasTexObj || props.depthstencilAttachment_hasRbo); in checkFramebufferCompleteness()
2303 if (props.depthstencilAttachment_hasRbo) { in getBoundFramebufferFormat()
2411 props.depthstencilAttachment_hasRbo = false; in addFreshFramebuffer()
2666 boundFboProps(target).depthstencilAttachment_hasRbo) { in detachRboFromFbo()
2668 boundFboProps(target).depthstencilAttachment_hasRbo = false; in detachRboFromFbo()
2705 boundFboProps(target).depthstencilAttachment_hasRbo = attach; in attachRbo()
2796 if (props.depthstencilAttachment_hasRbo) { in setFboCompletenessDirtyForRbo()
2828 (boundFboProps_const(target).depthstencilAttachment_hasRbo); in attachmentHasObject()
2948 default_fb_props.depthstencilAttachment_hasRbo = true; in fromMakeCurrent()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h113 bool depthstencilAttachment_hasRbo = false; member