Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1654 FboProps& GLClientState::boundFboProps(GLenum target) { in boundFboProps() function in GLClientState
1695 boundFboProps(target).previouslyBound = true; in bindFramebuffer()
1738 boundFboProps(target).colorAttachmenti_textures[colorAttachmentIndex] = texture; in attachTextureObject()
1739 boundFboProps(target).colorAttachmenti_hasTex[colorAttachmentIndex] = true; in attachTextureObject()
1744 boundFboProps(target).depthAttachment_texture = texture; in attachTextureObject()
1745 boundFboProps(target).depthAttachment_hasTexObj = true; in attachTextureObject()
1748 boundFboProps(target).stencilAttachment_texture = texture; in attachTextureObject()
1749 boundFboProps(target).stencilAttachment_hasTexObj = true; in attachTextureObject()
1752 boundFboProps(target).depthstencilAttachment_texture = texture; in attachTextureObject()
1753 boundFboProps(target).depthstencilAttachment_hasTexObj = true; in attachTextureObject()
[all …]
DGLClientState.h573 FboProps& boundFboProps(GLenum target);