Searched refs:boundFboProps_const (Results 1 – 2 of 2) sorted by relevance
2221 const FboProps& props = boundFboProps_const(target); in getBoundFramebufferFormat()2456 const FboProps& GLClientState::boundFboProps_const(GLenum target) const { in boundFboProps_const() function in gfxstream::guest::GLClientState2528 return boundFboProps_const(target).name; in boundFramebuffer()2587 res = boundFboProps_const(target).colorAttachmenti_textures[colorAttachmentIndex]; in getFboAttachmentTexture()2592 res = boundFboProps_const(target).depthAttachment_texture; in getFboAttachmentTexture()2595 res = boundFboProps_const(target).stencilAttachment_texture; in getFboAttachmentTexture()2598 res = boundFboProps_const(target).depthstencilAttachment_texture; in getFboAttachmentTexture()2715 return boundFboProps_const(target).colorAttachmenti_rbos[colorAttachmentIndex]; in getFboAttachmentRbo()2720 return boundFboProps_const(target).depthAttachment_rbo; in getFboAttachmentRbo()2722 return boundFboProps_const(target).stencilAttachment_rbo; in getFboAttachmentRbo()[all …]
735 const FboProps& boundFboProps_const(GLenum target) const;