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.cpp1570 res_info->rb_format = queryRboFormat(props.depthstencilAttachment_rbo); in getBoundFramebufferFormat()
1573 props.depthstencilAttachment_rbo); in getBoundFramebufferFormat()
1621 props.depthstencilAttachment_rbo = 0; in addFreshFramebuffer()
1842 if (boundFboProps(target).depthstencilAttachment_rbo == renderbuffer && in detachRboFromFbo()
1844 boundFboProps(target).depthstencilAttachment_rbo = 0; in detachRboFromFbo()
1875 boundFboProps(target).depthstencilAttachment_rbo = renderbuffer; in attachRbo()
1899 res = boundFboProps_const(target).depthstencilAttachment_rbo; in getFboAttachmentRboId()
1971 return props.depthstencilAttachment_rbo; in objectOfAttachment()
DGLClientState.h61 GLuint depthstencilAttachment_rbo; member