Home | History | Annotate | Download | only in layers

Lines Matching refs:hasSubresource

751     bool hasSubresource;
756 if (img1.image != img2.image || img1.hasSubresource != img2.hasSubresource)
758 return !img1.hasSubresource ||
767 hashVal ^= hash<bool>()(img.hasSubresource);
768 if (img.hasSubresource) {