Home
last modified time | relevance | path

Searched refs:hasYUVAttachment (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DFramebuffer.h115 bool hasYUVAttachment() const;
283 bool hasYUVAttachment() const;
DFramebuffer.cpp728 bool FramebufferState::hasYUVAttachment() const in hasYUVAttachment() function in gl::FramebufferState
1152 bool Framebuffer::hasYUVAttachment() const in hasYUVAttachment() function in gl::Framebuffer
1154 return mState.hasYUVAttachment(); in hasYUVAttachment()
DvalidationES.cpp1468 (readFramebuffer->hasYUVAttachment() || drawFramebuffer->hasYUVAttachment())) in ValidateBlitFramebufferParameters()
3801 bool framebufferIsYUV = framebuffer->hasYUVAttachment(); in ValidateDrawStates()