Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DFramebuffer.cpp769 bool FramebufferState::isMultiview() const in isMultiview() function in gl::FramebufferState
1937 bool isMultiview, in setAttachment()
2003 bool isMultiview, in commitWebGL1DepthStencilIfConsistent()
2083 bool isMultiview, in setAttachmentImpl()
2164 bool isMultiview, in updateAttachment()
2455 bool Framebuffer::isMultiview() const in isMultiview() function in gl::Framebuffer
H A DFramebufferAttachment.cpp117 bool isMultiview, in attach()
215 bool FramebufferAttachment::isMultiview() const in isMultiview() function in gl::FramebufferAttachment
/aosp_15_r20/external/angle/src/compiler/translator/glsl/
H A DTranslatorESSL.cpp239 const bool isMultiview = (iter->first == TExtension::OVR_multiview) || in writeExtensionBehavior() local
H A DTranslatorGLSL.cpp295 const bool isMultiview = in writeExtensionBehavior() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h2061 void updateIsMultiview(bool isMultiview) { mIsMultiview = isMultiview; } in updateIsMultiview()
2086 bool isMultiview() const { return mIsMultiview; } in isMultiview() function
H A DFramebufferVk.cpp1680 const bool isMultiview = mState.isMultiview(); in updateLayerCount() local