Searched defs:isMultiview (Results 1 – 10 of 10) sorted by relevance
123 const bool isMultiview = (iter->first == TExtension::OVR_multiview) || in writeExtensionBehavior() local
284 const bool isMultiview = in writeExtensionBehavior() local
130 const bool isMultiview = (iter->first == TExtension::OVR_multiview) || in writeExtensionBehavior() local
278 const bool isMultiview = in writeExtensionBehavior() local
113 bool isMultiview) in attach()208 bool FramebufferAttachment::isMultiview() const in isMultiview() function in gl::FramebufferAttachment
583 bool FramebufferState::isMultiview() const in isMultiview() function in gl::FramebufferState1616 bool isMultiview) in setAttachment()1667 bool isMultiview) in commitWebGL1DepthStencilIfConsistent()1744 bool isMultiview) in setAttachmentImpl()1834 bool isMultiview) in updateAttachment()2076 bool Framebuffer::isMultiview() const in isMultiview() function in gl::Framebuffer
117 bool isMultiview, in attach()215 bool FramebufferAttachment::isMultiview() const in isMultiview() function in gl::FramebufferAttachment
738 bool FramebufferState::isMultiview() const in isMultiview() function in gl::FramebufferState1803 bool isMultiview, in setAttachment()1869 bool isMultiview, in commitWebGL1DepthStencilIfConsistent()1949 bool isMultiview, in setAttachmentImpl()2026 bool isMultiview, in updateAttachment()2275 bool Framebuffer::isMultiview() const in isMultiview() function in gl::Framebuffer
1233 void updateIsMultiview(bool isMultiview) { mIsMultiview = isMultiview; } in updateIsMultiview()1257 bool isMultiview() const { return mIsMultiview; } in isMultiview() function
1377 const bool isMultiview = mState.isMultiview(); in updateLayerCount() local