Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1284 res_info->rb_format = queryRboFormat(props.depthstencilAttachment_rbo); in getBoundFramebufferFormat()
1335 props.depthstencilAttachment_rbo = 0; in addFreshFramebuffer()
1556 if (boundFboProps(target).depthstencilAttachment_rbo == renderbuffer && in detachRboFromFbo()
1558 boundFboProps(target).depthstencilAttachment_rbo = 0; in detachRboFromFbo()
1589 boundFboProps(target).depthstencilAttachment_rbo = renderbuffer; in attachRbo()
1613 res = boundFboProps_const(target).depthstencilAttachment_rbo; in getFboAttachmentRboId()
1685 return props.depthstencilAttachment_rbo; in objectOfAttachment()
DGLClientState.h61 GLuint depthstencilAttachment_rbo; member