Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFramebuffer.cpp788 mDirtyStencilAttachmentBinding(this, DIRTY_BIT_STENCIL_ATTACHMENT) in Framebuffer()
809 mDirtyStencilAttachmentBinding(this, DIRTY_BIT_STENCIL_ATTACHMENT) in Framebuffer()
852 mDirtyStencilAttachmentBinding(this, DIRTY_BIT_STENCIL_ATTACHMENT) in Framebuffer()
1952 &mDirtyStencilAttachmentBinding, type, binding, textureIndex, resource, in setAttachmentImpl()
1966 &mDirtyStencilAttachmentBinding, type, binding, textureIndex, resource, in setAttachmentImpl()
DFramebuffer.h508 angle::ObserverBinding mDirtyStencilAttachmentBinding; variable