Uses of Class
org.robovm.apple.metal.MTLTexture
-
Uses of MTLTexture in org.robovm.apple.arkit
Methods in org.robovm.apple.arkit that return MTLTexture Modifier and Type Method Description MTLTextureARMatteGenerator. generateDilatedDepth(ARFrame frame, MTLCommandBuffer commandBuffer)MTLTextureARMatteGenerator. generateMatte(ARFrame frame, MTLCommandBuffer commandBuffer)MTLTextureARFrame. getCameraGrainTexture()MTLTextureAREnvironmentProbeAnchor. getEnvironmentTexture() -
Uses of MTLTexture in org.robovm.apple.coreanimation
Methods in org.robovm.apple.coreanimation that return MTLTexture Modifier and Type Method Description MTLTextureCAMetalDrawable. getTexture()MTLTextureCAMetalDrawableAdapter. getTexture() -
Uses of MTLTexture in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage that return MTLTexture Modifier and Type Method Description MTLTextureCIImageProcessorInput. getMetalTexture()MTLTextureCIImageProcessorInputAdapter. getMetalTexture()MTLTextureCIImageProcessorOutput. getMetalTexture()MTLTextureCIImageProcessorOutputAdapter. getMetalTexture()Methods in org.robovm.apple.coreimage with parameters of type MTLTexture Modifier and Type Method Description protected longCIImage. init(MTLTexture texture, CIImageOptions options)protected longCIRenderDestination. init(MTLTexture texture, MTLCommandBuffer commandBuffer)voidCIContext. render(CIImage image, MTLTexture texture, MTLCommandBuffer commandBuffer, CGRect bounds, CGColorSpace colorSpace)Method parameters in org.robovm.apple.coreimage with type arguments of type MTLTexture Modifier and Type Method Description protected longCIRenderDestination. init(long width, long height, MTLPixelFormat pixelFormat, MTLCommandBuffer commandBuffer, Block0<MTLTexture> block)Constructors in org.robovm.apple.coreimage with parameters of type MTLTexture Constructor Description CIImage(MTLTexture texture, CIImageOptions options)CIRenderDestination(MTLTexture texture, MTLCommandBuffer commandBuffer)Constructor parameters in org.robovm.apple.coreimage with type arguments of type MTLTexture Constructor Description CIRenderDestination(long width, long height, MTLPixelFormat pixelFormat, MTLCommandBuffer commandBuffer, Block0<MTLTexture> block) -
Uses of MTLTexture in org.robovm.apple.corevideo
Methods in org.robovm.apple.corevideo that return MTLTexture Modifier and Type Method Description MTLTextureCVMetalTexture. getTexture() -
Uses of MTLTexture in org.robovm.apple.metal
Methods in org.robovm.apple.metal with parameters of type MTLTexture Modifier and Type Method Description voidMTLBlitCommandEncoder. copyFromBufferToTexture(MTLBuffer sourceBuffer, long sourceOffset, long sourceBytesPerRow, long sourceBytesPerImage, MTLSize sourceSize, MTLTexture destinationTexture, long destinationSlice, long destinationLevel, MTLOrigin destinationOrigin)voidMTLBlitCommandEncoder. copyFromBufferToTexture(MTLBuffer sourceBuffer, long sourceOffset, long sourceBytesPerRow, long sourceBytesPerImage, MTLSize sourceSize, MTLTexture destinationTexture, long destinationSlice, long destinationLevel, MTLOrigin destinationOrigin, MTLBlitOption options)voidMTLBlitCommandEncoder. copyFromTextureToBuffer(MTLTexture sourceTexture, long sourceSlice, long sourceLevel, MTLOrigin sourceOrigin, MTLSize sourceSize, MTLBuffer destinationBuffer, long destinationOffset, long destinationBytesPerRow, long destinationBytesPerImage)voidMTLBlitCommandEncoder. copyFromTextureToBuffer(MTLTexture sourceTexture, long sourceSlice, long sourceLevel, MTLOrigin sourceOrigin, MTLSize sourceSize, MTLBuffer destinationBuffer, long destinationOffset, long destinationBytesPerRow, long destinationBytesPerImage, MTLBlitOption options)voidMTLBlitCommandEncoder. copyFromTextureToTexture(MTLTexture sourceTexture, long sourceSlice, long sourceLevel, MTLOrigin sourceOrigin, MTLSize sourceSize, MTLTexture destinationTexture, long destinationSlice, long destinationLevel, MTLOrigin destinationOrigin)voidMTLBlitCommandEncoder. copyFromTextureToTexture(MTLTexture sourceTexture, long sourceSlice, long sourceLevel, MTLTexture destinationTexture, long destinationSlice, long destinationLevel, long sliceCount, long levelCount)voidMTLBlitCommandEncoder. copyFromTextureToTexture(MTLTexture sourceTexture, MTLTexture destinationTexture)voidMTLBlitCommandEncoder. generateMipmapsForTexture(MTLTexture texture)voidMTLBlitCommandEncoder. getTextureAccessCounters(MTLTexture texture, MTLRegion region, long mipLevel, long slice, boolean resetCounters, MTLBuffer countersBuffer, long countersBufferOffset)voidMTLBlitCommandEncoder. optimizeContentsForCPUAccess(MTLTexture texture)voidMTLBlitCommandEncoder. optimizeContentsForCPUAccess(MTLTexture texture, long slice, long level)voidMTLBlitCommandEncoder. optimizeContentsForGPUAccess(MTLTexture texture)voidMTLBlitCommandEncoder. optimizeContentsForGPUAccess(MTLTexture texture, long slice, long level)voidMTLBlitCommandEncoder. resetTextureAccessCounters(MTLTexture texture, MTLRegion region, long mipLevel, long slice)voidMTLRenderCommandEncoder. setFragmentTexture(MTLTexture texture, long index)voidMTLRenderCommandEncoder. setFragmentTextures(MTLTexture[] textures, NSRange range)voidMTLRenderPassAttachmentDescriptor. setResolveTexture(MTLTexture v)voidMTLArgumentEncoder. setTexture(MTLTexture texture, long index)voidMTLArgumentEncoderAdapter. setTexture(MTLTexture texture, long index)voidMTLComputeCommandEncoder. setTexture(MTLTexture texture, long index)voidMTLRenderPassAttachmentDescriptor. setTexture(MTLTexture v)voidMTLArgumentEncoder. setTextures(MTLTexture textures, NSRange range)voidMTLArgumentEncoderAdapter. setTextures(MTLTexture textures, NSRange range)voidMTLComputeCommandEncoder. setTextures(MTLTexture[] textures, NSRange range)voidMTLRenderCommandEncoder. setTileTexture(MTLTexture texture, long index)voidMTLRenderCommandEncoder. setTileTextures(MTLTexture textures, NSRange range)voidMTLRenderCommandEncoder. setVertexTexture(MTLTexture texture, long index)voidMTLRenderCommandEncoder. setVertexTextures(MTLTexture[] textures, NSRange range)voidMTLResourceStateCommandEncoder. updateTextureMapping(MTLTexture texture, MTLSparseTextureMappingMode mode, MTLBuffer indirectBuffer, long indirectBufferOffset)voidMTLResourceStateCommandEncoder. updateTextureMapping(MTLTexture texture, MTLSparseTextureMappingMode mode, MTLRegion region, long mipLevel, long slice)voidMTLResourceStateCommandEncoderAdapter. updateTextureMapping(MTLTexture texture, MTLSparseTextureMappingMode mode, MTLBuffer indirectBuffer, long indirectBufferOffset)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 MTLTexture in org.robovm.apple.metalkit
Methods in org.robovm.apple.metalkit that return MTLTexture Modifier and Type Method Description MTLTextureMTKView. getDepthStencilTexture()MTLTextureMTKView. getMultisampleColorTexture()MTLTextureMTKTextureLoader. newTexture(String name, double scaleFactor, NSBundle bundle, MTKTextureLoaderOptions options)MTLTextureMTKTextureLoader. newTexture(CGImage cgImage, MTKTextureLoaderOptions options)MTLTextureMTKTextureLoader. newTexture(NSData data, MTKTextureLoaderOptions options)MTLTextureMTKTextureLoader. newTexture(NSURL URL, MTKTextureLoaderOptions options)MTLTextureMTKTextureLoader. newTexture(MDLTexture texture, MTKTextureLoaderOptions options)Method parameters in org.robovm.apple.metalkit with type arguments of type MTLTexture Modifier and Type Method Description voidMTKTextureLoader. newTexture(String name, double scaleFactor, NSBundle bundle, MTKTextureLoaderOptions options, VoidBlock2<MTLTexture,NSError> completionHandler)voidMTKTextureLoader. newTexture(CGImage cgImage, MTKTextureLoaderOptions options, VoidBlock2<MTLTexture,NSError> completionHandler)voidMTKTextureLoader. newTexture(NSData data, MTKTextureLoaderOptions options, VoidBlock2<MTLTexture,NSError> completionHandler)voidMTKTextureLoader. newTexture(NSURL URL, MTKTextureLoaderOptions options, VoidBlock2<MTLTexture,NSError> completionHandler)voidMTKTextureLoader. newTexture(MDLTexture texture, MTKTextureLoaderOptions options, VoidBlock2<MTLTexture,NSError> completionHandler) -
Uses of MTLTexture in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MTLTexture Modifier and Type Method Description MTLTextureMPSSVGFDefaultTextureAllocator. allocateTexture(MTLPixelFormat pixelFormat, long width, long height)MTLTextureMPSSVGFTextureAllocator. allocateTexture(MTLPixelFormat pixelFormat, long width, long height)MTLTextureMPSSVGFDenoiser. encode(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture motionVectorTexture, MTLTexture depthNormalTexture, MTLTexture previousDepthNormalTexture)MTLTextureMPSImage. getTexture()Methods in org.robovm.apple.metalps with parameters of type MTLTexture Modifier and Type Method Description voidMPSBinaryImageKernel. encode(MTLCommandBuffer commandBuffer, MTLTexture primaryTexture, MTLTexture secondaryTexture, MTLTexture destinationTexture)voidMPSImageFindKeypoints. encode(MTLCommandBuffer commandBuffer, MTLTexture source, MTLRegion regions, long numberOfRegions, MTLBuffer keypointCountBuffer, long keypointCountBufferOffset, MTLBuffer keypointDataBuffer, long keypointDataBufferOffset)voidMPSImageHistogram. encode(MTLCommandBuffer commandBuffer, MTLTexture source, MTLBuffer histogram, long histogramOffset)voidMPSImageNormalizedHistogram. encode(MTLCommandBuffer commandBuffer, MTLTexture source, MTLTexture minmaxTexture, MTLBuffer histogram, long histogramOffset)MTLTextureMPSSVGFDenoiser. encode(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture motionVectorTexture, MTLTexture depthNormalTexture, MTLTexture previousDepthNormalTexture)voidMPSSVGFDenoiser. encode(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture destinationTexture, MTLTexture sourceTexture2, MTLTexture destinationTexture2, MTLTexture motionVectorTexture, MTLTexture depthNormalTexture, MTLTexture previousDepthNormalTexture)voidMPSTemporalAA. encode(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture previousTexture, MTLTexture destinationTexture, MTLTexture motionVectorTexture, MTLTexture depthTexture)voidMPSUnaryImageKernel. encode(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture destinationTexture)booleanMPSUnaryImageKernel. encode(MTLCommandBuffer commandBuffer, MTLTexture texture, Block3<MPSKernel,MTLCommandBuffer,MTLTexture,MTLTexture> copyAllocator)voidMPSSVGF. encodeBilateralFilter(MTLCommandBuffer commandBuffer, long stepDistance, MTLTexture sourceTexture, MTLTexture destinationTexture, MTLTexture depthNormalTexture)voidMPSSVGF. encodeBilateralFilter(MTLCommandBuffer commandBuffer, long stepDistance, MTLTexture sourceTexture, MTLTexture destinationTexture, MTLTexture sourceTexture2, MTLTexture destinationTexture2, MTLTexture depthNormalTexture)voidMPSRayIntersector. encodeIntersection(MTLCommandBuffer commandBuffer, MPSIntersectionType intersectionType, MTLTexture rayTexture, MTLTexture intersectionTexture, MPSAccelerationStructure accelerationStructure)booleanMPSBinaryImageKernel. encodePrimaryTexture(MTLCommandBuffer commandBuffer, MTLTexture primaryTexture, MTLTexture inPlaceSecondaryTexture, Block3<MPSKernel,MTLCommandBuffer,MTLTexture,MTLTexture> copyAllocator)voidMPSImageGuidedFilter. encodeReconstruction(MTLCommandBuffer commandBuffer, MTLTexture guidanceTexture, MTLTexture coefficientsTexture, MTLTexture destinationTexture)voidMPSImageGuidedFilter. encodeReconstruction(MTLCommandBuffer commandBuffer, MTLTexture guidanceTexture, MTLTexture coefficientsTextureA, MTLTexture coefficientsTextureB, MTLTexture destinationTexture)voidMPSImageGuidedFilter. encodeRegression(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture guidanceTexture, MTLTexture weightsTexture, MTLTexture destinationCoefficientsTexture)voidMPSImageGuidedFilter. encodeRegression(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture guidanceTexture, MTLTexture weightsTexture, MTLTexture destinationCoefficientsTextureA, MTLTexture destinationCoefficientsTextureB)voidMPSSVGF. encodeReprojection(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture previousTexture, MTLTexture destinationTexture, MTLTexture previousLuminanceMomentsTexture, MTLTexture destinationLuminanceMomentsTexture, MTLTexture previousFrameCountTexture, MTLTexture destinationFrameCountTexture, MTLTexture motionVectorTexture, MTLTexture depthNormalTexture, MTLTexture previousDepthNormalTexture)voidMPSSVGF. encodeReprojectionToCommandBuffer$sourceTexture$previousTexture$destinationTexture$previousLuminanceMomentsTexture$destinationLuminanceMomentsTexture$sourceTexture2$previousTexture2$destinationTexture2$previousLuminanceMomentsTexture2$destinationLuminanceMomentsTexture2$previousFrameCountTexture$destinationFrameCountTexture$motionVectorTexture$depthNormalTexture$previousDepthNormalTexture$(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture previousTexture, MTLTexture destinationTexture, MTLTexture previousLuminanceMomentsTexture, MTLTexture destinationLuminanceMomentsTexture, MTLTexture sourceTexture2, MTLTexture previousTexture2, MTLTexture destinationTexture2, MTLTexture previousLuminanceMomentsTexture2, MTLTexture destinationLuminanceMomentsTexture2, MTLTexture previousFrameCountTexture, MTLTexture destinationFrameCountTexture, MTLTexture motionVectorTexture, MTLTexture depthNormalTexture, MTLTexture previousDepthNormalTexture)booleanMPSBinaryImageKernel. encodeSecondaryTexture(MTLCommandBuffer commandBuffer, MTLTexture inPlacePrimaryTexture, MTLTexture secondaryTexture, Block3<MPSKernel,MTLCommandBuffer,MTLTexture,MTLTexture> copyAllocator)voidMPSImageEDLines. encodeToCommandBuffer(MTLCommandBuffer commandBuffer, MTLTexture source, MTLTexture dest, MTLBuffer endpointBuffer, long endpointOffset)voidMPSImageHistogramEqualization. encodeTransform(MTLCommandBuffer commandBuffer, MTLTexture source, MTLBuffer histogram, long histogramOffset)voidMPSImageHistogramSpecification. encodeTransform(MTLCommandBuffer commandBuffer, MTLTexture source, MTLBuffer sourceHistogram, long sourceHistogramOffset, MTLBuffer desiredHistogram, long desiredHistogramOffset)voidMPSSVGF. encodeVarianceEstimation(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture luminanceMomentsTexture, MTLTexture destinationTexture, MTLTexture frameCountTexture, MTLTexture depthNormalTexture)voidMPSSVGF. encodeVarianceEstimation(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture luminanceMomentsTexture, MTLTexture destinationTexture, MTLTexture sourceTexture2, MTLTexture luminanceMomentsTexture2, MTLTexture destinationTexture2, MTLTexture frameCountTexture, MTLTexture depthNormalTexture)protected longMPSImage. init(MTLTexture texture, long featureChannels)voidMPSSVGFDefaultTextureAllocator. returnTexture(MTLTexture texture)voidMPSSVGFTextureAllocator. returnTexture(MTLTexture texture)Method parameters in org.robovm.apple.metalps with type arguments of type MTLTexture Modifier and Type Method Description booleanMPSUnaryImageKernel. encode(MTLCommandBuffer commandBuffer, MTLTexture texture, Block3<MPSKernel,MTLCommandBuffer,MTLTexture,MTLTexture> copyAllocator)booleanMPSUnaryImageKernel. encode(MTLCommandBuffer commandBuffer, MTLTexture texture, Block3<MPSKernel,MTLCommandBuffer,MTLTexture,MTLTexture> copyAllocator)booleanMPSBinaryImageKernel. encodePrimaryTexture(MTLCommandBuffer commandBuffer, MTLTexture primaryTexture, MTLTexture inPlaceSecondaryTexture, Block3<MPSKernel,MTLCommandBuffer,MTLTexture,MTLTexture> copyAllocator)booleanMPSBinaryImageKernel. encodePrimaryTexture(MTLCommandBuffer commandBuffer, MTLTexture primaryTexture, MTLTexture inPlaceSecondaryTexture, Block3<MPSKernel,MTLCommandBuffer,MTLTexture,MTLTexture> copyAllocator)booleanMPSBinaryImageKernel. encodeSecondaryTexture(MTLCommandBuffer commandBuffer, MTLTexture inPlacePrimaryTexture, MTLTexture secondaryTexture, Block3<MPSKernel,MTLCommandBuffer,MTLTexture,MTLTexture> copyAllocator)booleanMPSBinaryImageKernel. encodeSecondaryTexture(MTLCommandBuffer commandBuffer, MTLTexture inPlacePrimaryTexture, MTLTexture secondaryTexture, Block3<MPSKernel,MTLCommandBuffer,MTLTexture,MTLTexture> copyAllocator)Constructors in org.robovm.apple.metalps with parameters of type MTLTexture Constructor Description MPSImage(MTLTexture texture, long featureChannels)