Home
last modified time | relevance | path

Searched defs:isMultiview (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/
DFramebufferAttachment.cpp117 bool isMultiview, in attach()
215 bool FramebufferAttachment::isMultiview() const in isMultiview() function in gl::FramebufferAttachment
DFramebuffer.cpp728 bool FramebufferState::isMultiview() const in isMultiview() function in gl::FramebufferState
1886 bool isMultiview, in setAttachment()
1952 bool isMultiview, in commitWebGL1DepthStencilIfConsistent()
2032 bool isMultiview, in setAttachmentImpl()
2113 bool isMultiview, in updateAttachment()
2388 bool Framebuffer::isMultiview() const in isMultiview() function in gl::Framebuffer
/external/angle/src/compiler/translator/glsl/
DTranslatorESSL.cpp240 const bool isMultiview = (iter->first == TExtension::OVR_multiview) || in writeExtensionBehavior() local
DTranslatorGLSL.cpp295 const bool isMultiview = in writeExtensionBehavior() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h2158 void updateIsMultiview(bool isMultiview) { mIsMultiview = isMultiview; } in updateIsMultiview()
2183 bool isMultiview() const { return mIsMultiview; } in isMultiview() function
DFramebufferVk.cpp1675 const bool isMultiview = mState.isMultiview(); in updateLayerCount() local