Searched refs:renderGroupFormat (Results 1 – 4 of 4) sorted by relevance
77 val meshFormat = stroke.shape.renderGroupFormat(0) in obtainShaderMetadata_whenCalledTwiceWithSamePackedInstance_returnsCachedValue()100 val strokeFormat = stroke.shape.renderGroupFormat(0) in obtainShaderMetadata_whenCalledTwiceWithEquivalentPackedFormat_returnsCachedValue()102 val anotherStrokeFormat = anotherStroke.shape.renderGroupFormat(0) in obtainShaderMetadata_whenCalledTwiceWithEquivalentPackedFormat_returnsCachedValue()
146 val shapeFormat = partitionedMesh.renderGroupFormat(0) in meshFormat_forTestShape_isEquivalentToMeshFormatOfFirstMesh()
108 public fun renderGroupFormat(@IntRange(from = 0) groupIndex: Int): MeshFormat { in <lambda>() method in androidx.ink.geometry.PartitionedMesh
640 val format = stroke.shape.renderGroupFormat(groupIndex) in canDraw()