Uses of Class
org.robovm.apple.metal.MTLRegion
| Package | Description |
|---|---|
| org.robovm.apple.metal | |
| org.robovm.apple.metalps |
-
Uses of MTLRegion in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLRegion Modifier and Type Method Description static MTLRegionMTLRegion. create1D(long x, long width)static MTLRegionMTLRegion. create2D(long x, long y, long width, long height)static MTLRegionMTLRegion. create3D(long x, long y, long z, long width, long height, long depth)MTLRegionMTLRegion. setOrigin(MTLOrigin origin)MTLRegionMTLRegion. setSize(MTLSize size)Methods in org.robovm.apple.metal with parameters of type MTLRegion Modifier and Type Method Description voidMTLDevice. convertSparsePixelRegions(MTLRegion pixelRegions, MTLRegion tileRegions, MTLSize tileSize, MTLSparseTextureRegionAlignmentMode mode, long numRegions)voidMTLDevice. convertSparseTileRegions(MTLRegion tileRegions, MTLRegion pixelRegions, MTLSize tileSize, long numRegions)byte[]MTLTexture. getBytes(int length, long bytesPerRow, long bytesPerImage, MTLRegion region, long level, long slice)byte[]MTLTexture. getBytes(int length, long bytesPerRow, MTLRegion region, long level)protected voidMTLTexture. getBytes(long pixelBytes, long bytesPerRow, long bytesPerImage, MTLRegion region, long level, long slice)protected voidMTLTexture. getBytes(long pixelBytes, long bytesPerRow, MTLRegion region, long level)voidMTLBlitCommandEncoder. getTextureAccessCounters(MTLTexture texture, MTLRegion region, long mipLevel, long slice, boolean resetCounters, MTLBuffer countersBuffer, long countersBufferOffset)voidMTLTexture. replaceRegion(MTLRegion region, long level, byte[] pixelBytes, long bytesPerRow)voidMTLTexture. replaceRegion(MTLRegion region, long level, long slice, byte[] pixelBytes, long bytesPerRow, long bytesPerImage)protected voidMTLTexture. replaceRegion(MTLRegion region, long level, long pixelBytes, long bytesPerRow)protected voidMTLTexture. replaceRegion(MTLRegion region, long level, long slice, long pixelBytes, long bytesPerRow, long bytesPerImage)voidMTLBlitCommandEncoder. resetTextureAccessCounters(MTLTexture texture, MTLRegion region, long mipLevel, long slice)voidMTLComputeCommandEncoder. setStageInRegion(MTLRegion region)voidMTLIndirectComputeCommand. setStageInRegion(MTLRegion region)voidMTLIndirectComputeCommandAdapter. setStageInRegion(MTLRegion region)voidMTLResourceStateCommandEncoder. updateTextureMapping(MTLTexture texture, MTLSparseTextureMappingMode mode, MTLRegion region, long mipLevel, long slice)voidMTLResourceStateCommandEncoderAdapter. updateTextureMapping(MTLTexture texture, MTLSparseTextureMappingMode mode, MTLRegion region, long mipLevel, long slice)voidMTLResourceStateCommandEncoder. updateTextureMappings(MTLTexture texture, MTLSparseTextureMappingMode mode, MTLRegion regions, MachineSizedUIntPtr mipLevels, MachineSizedUIntPtr slices, long numRegions)voidMTLResourceStateCommandEncoderAdapter. updateTextureMappings(MTLTexture texture, MTLSparseTextureMappingMode mode, MTLRegion regions, MachineSizedUIntPtr mipLevels, MachineSizedUIntPtr slices, long numRegions) -
Uses of MTLRegion in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MTLRegion Modifier and Type Method Description MTLRegionMPSBinaryImageKernel. getClipRect()MTLRegionMPSCNNBinaryKernel. getClipRect()MTLRegionMPSCNNKernel. getClipRect()MTLRegionMPSCNNMultiaryKernel. getClipRect()MTLRegionMPSUnaryImageKernel. getClipRect()MTLRegionMPSImageEDLines. getClipRectSource()MTLRegionMPSImageHistogram. getClipRectSource()MTLRegionMPSImageNormalizedHistogram. getClipRectSource()MTLRegionMPSImageReduceUnary. getClipRectSource()MTLRegionMPSImageStatisticsMean. getClipRectSource()MTLRegionMPSImageStatisticsMeanAndVariance. getClipRectSource()MTLRegionMPSImageStatisticsMinAndMax. getClipRectSource()MTLRegionMPSNNReduceUnary. getClipRectSource()MTLRegionMPSNNUnaryReductionNode. getClipRectSource()MTLRegionMPSNNReduceBinary. getPrimarySourceClipRect()static MTLRegionMetalPerformanceShaders. getRectNoClip()MTLRegionMPSNNReduceBinary. getSecondarySourceClipRect()Methods in org.robovm.apple.metalps with parameters of type MTLRegion Modifier and Type Method Description voidMPSImageFindKeypoints. encode(MTLCommandBuffer commandBuffer, MTLTexture source, MTLRegion regions, long numberOfRegions, MTLBuffer keypointCountBuffer, long keypointCountBufferOffset, MTLBuffer keypointDataBuffer, long keypointDataBufferOffset)voidMPSImage. readBytes(VoidPtr dataBytes, MPSDataLayout dataLayout, long bytesPerRow, long bytesPerImage, MTLRegion region, MPSImageReadWriteParams featureChannelInfo, long imageIndex)voidMPSImage. readBytes(VoidPtr dataBytes, MPSDataLayout dataLayout, long bytesPerRow, MTLRegion region, MPSImageReadWriteParams featureChannelInfo, long imageIndex)voidMPSBinaryImageKernel. setClipRect(MTLRegion v)voidMPSCNNBinaryKernel. setClipRect(MTLRegion v)voidMPSCNNKernel. setClipRect(MTLRegion v)voidMPSCNNMultiaryKernel. setClipRect(MTLRegion v)voidMPSUnaryImageKernel. setClipRect(MTLRegion v)voidMPSImageEDLines. setClipRectSource(MTLRegion v)voidMPSImageHistogram. setClipRectSource(MTLRegion v)voidMPSImageNormalizedHistogram. setClipRectSource(MTLRegion v)voidMPSImageReduceUnary. setClipRectSource(MTLRegion v)voidMPSImageStatisticsMean. setClipRectSource(MTLRegion v)voidMPSImageStatisticsMeanAndVariance. setClipRectSource(MTLRegion v)voidMPSImageStatisticsMinAndMax. setClipRectSource(MTLRegion v)voidMPSNNReduceUnary. setClipRectSource(MTLRegion v)voidMPSNNUnaryReductionNode. setClipRectSource(MTLRegion v)voidMPSNNReduceBinary. setPrimarySourceClipRect(MTLRegion v)voidMPSNNReduceBinary. setSecondarySourceClipRect(MTLRegion v)voidMPSImage. writeBytes(VoidPtr dataBytes, MPSDataLayout dataLayout, long bytesPerColumn, long bytesPerRow, long bytesPerImage, MTLRegion region, MPSImageReadWriteParams featureChannelInfo, long imageIndex)voidMPSImage. writeBytes(VoidPtr dataBytes, MPSDataLayout dataLayout, long bytesPerRow, long bytesPerImage, MTLRegion region, MPSImageReadWriteParams featureChannelInfo, long imageIndex)voidMPSImage. writeBytes(VoidPtr dataBytes, MPSDataLayout dataLayout, long bytesPerRow, MTLRegion region, MPSImageReadWriteParams featureChannelInfo, long imageIndex)