Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFramebuffer.cpp796 mDirtyColorAttachmentBindings.emplace_back(this, DIRTY_BIT_COLOR_ATTACHMENT_0 + colorIndex); in Framebuffer()
813 mDirtyColorAttachmentBindings.emplace_back(this, DIRTY_BIT_COLOR_ATTACHMENT_0); in Framebuffer()
854 mDirtyColorAttachmentBindings.emplace_back(this, DIRTY_BIT_COLOR_ATTACHMENT_0); in Framebuffer()
1972 &mDirtyColorAttachmentBindings[0], type, binding, textureIndex, in setAttachmentImpl()
1984 &mDirtyColorAttachmentBindings[colorIndex], type, binding, in setAttachmentImpl()
DFramebuffer.h506 std::vector<angle::ObserverBinding> mDirtyColorAttachmentBindings; variable