Searched refs:mDirtyColorAttachmentBindings (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/ |
D | Framebuffer.cpp | 796 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()
|
D | Framebuffer.h | 506 std::vector<angle::ObserverBinding> mDirtyColorAttachmentBindings; variable
|