Searched refs:getBaseViewIndex (Results 1 – 9 of 9) sorted by relevance
129 GLint getBaseViewIndex() const;262 GLint getBaseViewIndex() const;
51 if (firstAttachment->getBaseViewIndex() != secondAttachment->getBaseViewIndex()) in CheckMultiviewStateMatchesForCompleteness()745 int FramebufferState::getBaseViewIndex() const in getBaseViewIndex() function in gl::FramebufferState752 return attachment->getBaseViewIndex(); in getBaseViewIndex()2254 GLint Framebuffer::getBaseViewIndex() const in getBaseViewIndex() function in gl::Framebuffer2256 return mState.getBaseViewIndex(); in getBaseViewIndex()
118 GLint getBaseViewIndex() const;
220 GLint FramebufferAttachment::getBaseViewIndex() const in getBaseViewIndex() function in gl::FramebufferAttachment
1225 *params = attachmentObject->getBaseViewIndex(); in QueryFramebufferAttachmentParameteriv()
70 int baseViewIndex = firstAttachment->getBaseViewIndex(); in clearLayeredFBO()
180 int baseViewIndex = attachment.getBaseViewIndex(); in AreAllLayersActive()
2466 programGL->enableLayeredRenderingPath(drawFramebufferState.getBaseViewIndex()); in updateMultiviewBaseViewLayerIndexUniformImpl()
402 json->addScalar("ViewIndex", framebufferAttachment.getBaseViewIndex()); in SerializeFramebufferAttachment()