Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFramebuffer.cpp787 mDirtyDepthAttachmentBinding(this, DIRTY_BIT_DEPTH_ATTACHMENT), in Framebuffer()
808 mDirtyDepthAttachmentBinding(this, DIRTY_BIT_DEPTH_ATTACHMENT), in Framebuffer()
851 mDirtyDepthAttachmentBinding(this, DIRTY_BIT_DEPTH_ATTACHMENT), in Framebuffer()
1949 &mDirtyDepthAttachmentBinding, type, binding, textureIndex, resource, in setAttachmentImpl()
1959 &mDirtyDepthAttachmentBinding, type, binding, textureIndex, resource, in setAttachmentImpl()
DFramebuffer.h507 angle::ObserverBinding mDirtyDepthAttachmentBinding; variable