Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp266 ASSERT(!context->isWebGL() || mState.colorAttachmentsAreUniqueImages()); in checkStatus()
269 if (!mState.colorAttachmentsAreUniqueImages()) in checkStatus()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.h96 bool colorAttachmentsAreUniqueImages() const;
DFramebuffer.cpp685 bool FramebufferState::colorAttachmentsAreUniqueImages() const in colorAttachmentsAreUniqueImages() function in gl::FramebufferState
1524 if (!mState.colorAttachmentsAreUniqueImages()) in checkStatusWithGLFrontEnd()