Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFramebufferAttachment.cpp55 mBaseViewIndex(kDefaultBaseViewIndex), in FramebufferAttachment()
84 std::swap(mBaseViewIndex, other.mBaseViewIndex); in operator =()
104 mBaseViewIndex = kDefaultBaseViewIndex; in detach()
130 mBaseViewIndex = baseViewIndex; in attach()
222 return mBaseViewIndex; in getBaseViewIndex()
248 mIsMultiview != other.mIsMultiview || mBaseViewIndex != other.mBaseViewIndex || in operator ==()
DFramebufferAttachment.h197 GLint mBaseViewIndex; variable