Searched refs:hasYUVAttachment (Results 1 – 3 of 3) sorted by relevance
115 bool hasYUVAttachment() const;283 bool hasYUVAttachment() const;
728 bool FramebufferState::hasYUVAttachment() const in hasYUVAttachment() function in gl::FramebufferState1152 bool Framebuffer::hasYUVAttachment() const in hasYUVAttachment() function in gl::Framebuffer1154 return mState.hasYUVAttachment(); in hasYUVAttachment()
1468 (readFramebuffer->hasYUVAttachment() || drawFramebuffer->hasYUVAttachment())) in ValidateBlitFramebufferParameters()3801 bool framebufferIsYUV = framebuffer->hasYUVAttachment(); in ValidateDrawStates()