Searched refs:texture_block_match (Results 1 – 2 of 2) sorted by relevance
696 pub texture_block_match: bool, field3932 if self.texture_block_match { in check_requirements()3933 if !supported.texture_block_match { in check_requirements()4565 texture_block_match: false, in empty()4941 texture_block_match: true, in all()5408 || (self.texture_block_match && other.texture_block_match) in intersects()5892 && (self.texture_block_match || !other.texture_block_match) in contains()6541 texture_block_match: self.texture_block_match || other.texture_block_match, in union()7201 texture_block_match: self.texture_block_match && other.texture_block_match, in intersection()7861 texture_block_match: self.texture_block_match && !other.texture_block_match, in difference()[all …]
70617 pub texture_block_match: Bool32, field70627 texture_block_match: Bool32::default(), in default()70678 pub fn texture_block_match(mut self, texture_block_match: bool) -> Self { in texture_block_match() method70679 self.inner.texture_block_match = texture_block_match.into(); in texture_block_match()