Searched defs:isMultiview (Results 1 – 6 of 6) sorted by relevance
117 bool isMultiview, in attach()215 bool FramebufferAttachment::isMultiview() const in isMultiview() function in gl::FramebufferAttachment
744 bool FramebufferState::isMultiview() const in isMultiview() function in gl::FramebufferState1920 bool isMultiview, in setAttachment()1986 bool isMultiview, in commitWebGL1DepthStencilIfConsistent()2066 bool isMultiview, in setAttachmentImpl()2144 bool isMultiview, in updateAttachment()2417 bool Framebuffer::isMultiview() const in isMultiview() function in gl::Framebuffer
188 const bool isMultiview = (iter->first == TExtension::OVR_multiview) || in writeExtensionBehavior() local
279 const bool isMultiview = in writeExtensionBehavior() local
1846 void updateIsMultiview(bool isMultiview) { mIsMultiview = isMultiview; } in updateIsMultiview()1871 bool isMultiview() const { return mIsMultiview; } in isMultiview() function
1500 const bool isMultiview = mState.isMultiview(); in updateLayerCount() local