Searched defs:isMultiview (Results 1 – 6 of 6) sorted by relevance
128 const bool isMultiview = (iter->first == TExtension::OVR_multiview) || in writeExtensionBehavior() local
289 const bool isMultiview = in writeExtensionBehavior() local
117 bool isMultiview, in attach()215 bool FramebufferAttachment::isMultiview() const in isMultiview() function in gl::FramebufferAttachment
735 bool FramebufferState::isMultiview() const in isMultiview() function in gl::FramebufferState1795 bool isMultiview, in setAttachment()1861 bool isMultiview, in commitWebGL1DepthStencilIfConsistent()1941 bool isMultiview, in setAttachmentImpl()2018 bool isMultiview, in updateAttachment()2259 bool Framebuffer::isMultiview() const in isMultiview() function in gl::Framebuffer
1199 void updateIsMultiview(bool isMultiview) { mIsMultiview = isMultiview; } in updateIsMultiview()1223 bool isMultiview() const { return mIsMultiview; } in isMultiview() function
1370 const bool isMultiview = mState.isMultiview(); in updateLayerCount() local