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.cpp1568 if (props.depthstencilAttachment_hasRbo) { in getBoundFramebufferFormat()
1626 props.depthstencilAttachment_hasRbo = false; in addFreshFramebuffer()
1843 boundFboProps(target).depthstencilAttachment_hasRbo) { in detachRboFromFbo()
1845 boundFboProps(target).depthstencilAttachment_hasRbo = false; in detachRboFromFbo()
1876 boundFboProps(target).depthstencilAttachment_hasRbo = true; in attachRbo()
1927 (boundFboProps_const(target).depthstencilAttachment_hasRbo); in attachmentHasObject()
1970 } else if (props.depthstencilAttachment_hasRbo) { in objectOfAttachment()
2000 default_fb_props.depthstencilAttachment_hasRbo = true; in fromMakeCurrent()
DGLClientState.h66 bool depthstencilAttachment_hasRbo; member