Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp2684 auto rboSharedPtr = view.get_or_add_shared_ptr(renderbuffer); in attachRbo() local
2686 boundFboProps(target).colorAttachmenti_rbos[colorAttachmentIndex] = rboSharedPtr; in attachRbo()
2692 boundFboProps(target).depthAttachment_rbo = rboSharedPtr; in attachRbo()
2696 boundFboProps(target).stencilAttachment_rbo = rboSharedPtr; in attachRbo()
2700 boundFboProps(target).depthAttachment_rbo = rboSharedPtr; in attachRbo()
2702 boundFboProps(target).stencilAttachment_rbo = rboSharedPtr; in attachRbo()
2704 boundFboProps(target).depthstencilAttachment_rbo = rboSharedPtr; in attachRbo()