-
Methods in org.robovm.apple.metal with parameters of type MTLRegion
| Modifier and Type |
Method |
Description |
void |
MTLDevice.convertSparsePixelRegions(MTLRegion pixelRegions,
MTLRegion tileRegions,
MTLSize tileSize,
MTLSparseTextureRegionAlignmentMode mode,
long numRegions) |
|
void |
MTLDevice.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 void |
MTLTexture.getBytes(long pixelBytes,
long bytesPerRow,
long bytesPerImage,
MTLRegion region,
long level,
long slice) |
|
protected void |
MTLTexture.getBytes(long pixelBytes,
long bytesPerRow,
MTLRegion region,
long level) |
|
void |
MTLBlitCommandEncoder.getTextureAccessCounters(MTLTexture texture,
MTLRegion region,
long mipLevel,
long slice,
boolean resetCounters,
MTLBuffer countersBuffer,
long countersBufferOffset) |
|
void |
MTLTexture.replaceRegion(MTLRegion region,
long level,
byte[] pixelBytes,
long bytesPerRow) |
|
void |
MTLTexture.replaceRegion(MTLRegion region,
long level,
long slice,
byte[] pixelBytes,
long bytesPerRow,
long bytesPerImage) |
|
protected void |
MTLTexture.replaceRegion(MTLRegion region,
long level,
long pixelBytes,
long bytesPerRow) |
|
protected void |
MTLTexture.replaceRegion(MTLRegion region,
long level,
long slice,
long pixelBytes,
long bytesPerRow,
long bytesPerImage) |
|
void |
MTLBlitCommandEncoder.resetTextureAccessCounters(MTLTexture texture,
MTLRegion region,
long mipLevel,
long slice) |
|
void |
MTLComputeCommandEncoder.setStageInRegion(MTLRegion region) |
|
void |
MTLIndirectComputeCommand.setStageInRegion(MTLRegion region) |
|
void |
MTLIndirectComputeCommandAdapter.setStageInRegion(MTLRegion region) |
|
void |
MTLResourceStateCommandEncoder.updateTextureMapping(MTLTexture texture,
MTLSparseTextureMappingMode mode,
MTLRegion region,
long mipLevel,
long slice) |
|
void |
MTLResourceStateCommandEncoderAdapter.updateTextureMapping(MTLTexture texture,
MTLSparseTextureMappingMode mode,
MTLRegion region,
long mipLevel,
long slice) |
|
void |
MTLResourceStateCommandEncoder.updateTextureMappings(MTLTexture texture,
MTLSparseTextureMappingMode mode,
MTLRegion regions,
MachineSizedUIntPtr mipLevels,
MachineSizedUIntPtr slices,
long numRegions) |
|
void |
MTLResourceStateCommandEncoderAdapter.updateTextureMappings(MTLTexture texture,
MTLSparseTextureMappingMode mode,
MTLRegion regions,
MachineSizedUIntPtr mipLevels,
MachineSizedUIntPtr slices,
long numRegions) |
|
-
Methods in org.robovm.apple.metalps with parameters of type MTLRegion
| Modifier and Type |
Method |
Description |
void |
MPSImageFindKeypoints.encode(MTLCommandBuffer commandBuffer,
MTLTexture source,
MTLRegion regions,
long numberOfRegions,
MTLBuffer keypointCountBuffer,
long keypointCountBufferOffset,
MTLBuffer keypointDataBuffer,
long keypointDataBufferOffset) |
|
void |
MPSImage.readBytes(VoidPtr dataBytes,
MPSDataLayout dataLayout,
long bytesPerRow,
long bytesPerImage,
MTLRegion region,
MPSImageReadWriteParams featureChannelInfo,
long imageIndex) |
|
void |
MPSImage.readBytes(VoidPtr dataBytes,
MPSDataLayout dataLayout,
long bytesPerRow,
MTLRegion region,
MPSImageReadWriteParams featureChannelInfo,
long imageIndex) |
|
void |
MPSBinaryImageKernel.setClipRect(MTLRegion v) |
|
void |
MPSCNNBinaryKernel.setClipRect(MTLRegion v) |
|
void |
MPSCNNKernel.setClipRect(MTLRegion v) |
|
void |
MPSCNNMultiaryKernel.setClipRect(MTLRegion v) |
|
void |
MPSUnaryImageKernel.setClipRect(MTLRegion v) |
|
void |
MPSImageEDLines.setClipRectSource(MTLRegion v) |
|
void |
MPSImageHistogram.setClipRectSource(MTLRegion v) |
|
void |
MPSImageNormalizedHistogram.setClipRectSource(MTLRegion v) |
|
void |
MPSImageReduceUnary.setClipRectSource(MTLRegion v) |
|
void |
MPSImageStatisticsMean.setClipRectSource(MTLRegion v) |
|
void |
MPSImageStatisticsMeanAndVariance.setClipRectSource(MTLRegion v) |
|
void |
MPSImageStatisticsMinAndMax.setClipRectSource(MTLRegion v) |
|
void |
MPSNNReduceUnary.setClipRectSource(MTLRegion v) |
|
void |
MPSNNUnaryReductionNode.setClipRectSource(MTLRegion v) |
|
void |
MPSNNReduceBinary.setPrimarySourceClipRect(MTLRegion v) |
|
void |
MPSNNReduceBinary.setSecondarySourceClipRect(MTLRegion v) |
|
void |
MPSImage.writeBytes(VoidPtr dataBytes,
MPSDataLayout dataLayout,
long bytesPerColumn,
long bytesPerRow,
long bytesPerImage,
MTLRegion region,
MPSImageReadWriteParams featureChannelInfo,
long imageIndex) |
|
void |
MPSImage.writeBytes(VoidPtr dataBytes,
MPSDataLayout dataLayout,
long bytesPerRow,
long bytesPerImage,
MTLRegion region,
MPSImageReadWriteParams featureChannelInfo,
long imageIndex) |
|
void |
MPSImage.writeBytes(VoidPtr dataBytes,
MPSDataLayout dataLayout,
long bytesPerRow,
MTLRegion region,
MPSImageReadWriteParams featureChannelInfo,
long imageIndex) |
|