Searched refs:resetAttachment (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/ |
D | Framebuffer.h | 235 void resetAttachment(const Context *context, GLenum binding);
|
D | Framebuffer.cpp | 966 resetAttachment(context, attachment->getBinding()); in detachMatchingAttachment() 2030 void Framebuffer::resetAttachment(const Context *context, GLenum binding) in resetAttachment() function in gl::Framebuffer
|
D | Context.cpp | 4552 framebuffer->resetAttachment(this, attachment); in framebufferTexture2D() 4576 framebuffer->resetAttachment(this, attachment); in framebufferTexture3D() 4600 framebuffer->resetAttachment(this, attachment); in framebufferRenderbuffer() 4623 framebuffer->resetAttachment(this, attachment); in framebufferTextureLayer() 4659 framebuffer->resetAttachment(this, attachment); in framebufferTextureMultiview() 4680 framebuffer->resetAttachment(this, attachment); in framebufferTexture() 6195 framebuffer->resetAttachment(this, attachment); in framebufferTexture2DMultisample()
|