Searched refs:boundFboProps (Results 1 – 2 of 2) sorted by relevance
1769 FboProps& props = boundFboProps(target); in checkFramebufferCompleteness()2444 FboProps& GLClientState::boundFboProps(GLenum target) { in boundFboProps() function in gfxstream::guest::GLClientState2485 boundFboProps(target).previouslyBound = true; in bindFramebuffer()2505 boundFboProps(target).defaultWidth = param; in setFramebufferParameter()2506 boundFboProps(target).completenessDirty = true; in setFramebufferParameter()2509 boundFboProps(target).defaultHeight = param; in setFramebufferParameter()2510 boundFboProps(target).completenessDirty = true; in setFramebufferParameter()2543 boundFboProps(target).completenessDirty = true; in attachTextureObject()2546 boundFboProps(target).colorAttachmenti_textures[colorAttachmentIndex] = texrec; in attachTextureObject()2547 boundFboProps(target).colorAttachmenti_texture_levels[colorAttachmentIndex] = level; in attachTextureObject()[all …]
734 FboProps& boundFboProps(GLenum target);