Searched refs:hasYUVAttachment (Results 1 – 3 of 3) sorted by relevance
113 bool hasYUVAttachment() const;283 bool hasYUVAttachment() const;
731 bool FramebufferState::hasYUVAttachment() const in hasYUVAttachment() function in gl::FramebufferState1160 bool Framebuffer::hasYUVAttachment() const in hasYUVAttachment() function in gl::Framebuffer1162 return mState.hasYUVAttachment(); in hasYUVAttachment()
1527 (readFramebuffer->hasYUVAttachment() || drawFramebuffer->hasYUVAttachment())) in ValidateBlitFramebufferParameters()3983 bool framebufferIsYUV = framebuffer->hasYUVAttachment(); in ValidateDrawStates()