Home
last modified time | relevance | path

Searched refs:resetAttachment (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DFramebuffer.h235 void resetAttachment(const Context *context, GLenum binding);
DFramebuffer.cpp966 resetAttachment(context, attachment->getBinding()); in detachMatchingAttachment()
2030 void Framebuffer::resetAttachment(const Context *context, GLenum binding) in resetAttachment() function in gl::Framebuffer
DContext.cpp4552 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()