Searched refs:mColorResolveAttachmentMask (Results 1 – 2 of 2) sorted by relevance
173 gl::DrawBufferMask getColorResolveAttachmentMask() const { return mColorResolveAttachmentMask; } in getColorResolveAttachmentMask()176 return mColorResolveAttachmentMask.test(colorIndexGL); in hasColorResolveAttachment()253 gl::DrawBufferMask mColorResolveAttachmentMask; variable
2767 ASSERT(!mColorResolveAttachmentMask.test(colorIndexGL)); in packColorResolveAttachment()2769 mColorResolveAttachmentMask.set(colorIndexGL); in packColorResolveAttachment()2774 ASSERT(mColorResolveAttachmentMask.test(colorIndexGL)); in removeColorResolveAttachment()2775 mColorResolveAttachmentMask.reset(colorIndexGL); in removeColorResolveAttachment()2850 return colorAttachmentCount + mColorResolveAttachmentMask.count() + depthStencilCount + in attachmentCount()