Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.h113 bool hasYUVAttachment() const;
283 bool hasYUVAttachment() const;
DFramebuffer.cpp731 bool FramebufferState::hasYUVAttachment() const in hasYUVAttachment() function in gl::FramebufferState
1160 bool Framebuffer::hasYUVAttachment() const in hasYUVAttachment() function in gl::Framebuffer
1162 return mState.hasYUVAttachment(); in hasYUVAttachment()
DvalidationES.cpp1527 (readFramebuffer->hasYUVAttachment() || drawFramebuffer->hasYUVAttachment())) in ValidateBlitFramebufferParameters()
3983 bool framebufferIsYUV = framebuffer->hasYUVAttachment(); in ValidateDrawStates()