Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1248 res_info->rb_format = queryRboFormat(props.depthAttachment_rbo); in getBoundFramebufferFormat()
1333 props.depthAttachment_rbo = 0; in addFreshFramebuffer()
1532 if (boundFboProps(target).depthAttachment_rbo == renderbuffer && in detachRboFromFbo()
1534 boundFboProps(target).depthAttachment_rbo = 0; in detachRboFromFbo()
1546 if (boundFboProps(target).depthAttachment_rbo == renderbuffer && in detachRboFromFbo()
1548 boundFboProps(target).depthAttachment_rbo = 0; in detachRboFromFbo()
1577 boundFboProps(target).depthAttachment_rbo = renderbuffer; in attachRbo()
1585 boundFboProps(target).depthAttachment_rbo = renderbuffer; in attachRbo()
1607 res = boundFboProps_const(target).depthAttachment_rbo; in getFboAttachmentRboId()
1668 return props.depthAttachment_rbo; in objectOfAttachment()
DGLClientState.h59 GLuint depthAttachment_rbo; member