Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1769 FboProps& props = boundFboProps(target); in checkFramebufferCompleteness()
2444 FboProps& GLClientState::boundFboProps(GLenum target) { in boundFboProps() function in gfxstream::guest::GLClientState
2485 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 …]
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h734 FboProps& boundFboProps(GLenum target);