Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFramebuffer.cpp754 mDirtyDepthAttachmentBinding(this, DIRTY_BIT_DEPTH_ATTACHMENT), in Framebuffer()
773 mDirtyDepthAttachmentBinding(this, DIRTY_BIT_DEPTH_ATTACHMENT), in Framebuffer()
813 mDirtyDepthAttachmentBinding(this, DIRTY_BIT_DEPTH_ATTACHMENT), in Framebuffer()
1894 &mDirtyDepthAttachmentBinding, type, binding, textureIndex, resource, in setAttachmentImpl()
1904 &mDirtyDepthAttachmentBinding, type, binding, textureIndex, resource, in setAttachmentImpl()
DFramebuffer.h487 angle::ObserverBinding mDirtyDepthAttachmentBinding; variable