Uses of Class
org.robovm.apple.metal.MTLPixelFormat
-
Uses of MTLPixelFormat in org.robovm.apple.coreanimation
Methods in org.robovm.apple.coreanimation that return MTLPixelFormat Modifier and Type Method Description MTLPixelFormatCAMetalLayer. getPixelFormat()Methods in org.robovm.apple.coreanimation with parameters of type MTLPixelFormat Modifier and Type Method Description voidCAMetalLayer. setPixelFormat(MTLPixelFormat v) -
Uses of MTLPixelFormat in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage with parameters of type MTLPixelFormat 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 MTLPixelFormat Constructor Description CIRenderDestination(long width, long height, MTLPixelFormat pixelFormat, MTLCommandBuffer commandBuffer, Block0<MTLTexture> block) -
Uses of MTLPixelFormat in org.robovm.apple.corevideo
Methods in org.robovm.apple.corevideo with parameters of type MTLPixelFormat Modifier and Type Method Description static CVMetalTextureCVMetalTextureCache. createTexture(CFAllocator allocator, CVMetalTextureCache textureCache, CVImageBuffer sourceImage, NSDictionary<NSString,?> textureAttributes, MTLPixelFormat pixelFormat, long width, long height, long planeIndex)static CVMetalTextureCVMetalTextureCache. createTexture(CVMetalTextureCache textureCache, CVImageBuffer sourceImage, NSDictionary<NSString,?> textureAttributes, MTLPixelFormat pixelFormat, long width, long height, long planeIndex) -
Uses of MTLPixelFormat in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLPixelFormat Modifier and Type Method Description MTLPixelFormatMTLRenderPipelineDescriptor. getDepthAttachmentPixelFormat()MTLPixelFormatMTLRenderPipelineColorAttachmentDescriptor. getPixelFormat()MTLPixelFormatMTLTexture. getPixelFormat()MTLPixelFormatMTLTextureDescriptor. getPixelFormat()MTLPixelFormatMTLTileRenderPipelineColorAttachmentDescriptor. getPixelFormat()MTLPixelFormatMTLRenderPipelineDescriptor. getStencilAttachmentPixelFormat()static MTLPixelFormatMTLPixelFormat. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLPixelFormatMTLPixelFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLPixelFormat[]MTLPixelFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.metal with parameters of type MTLPixelFormat Modifier and Type Method Description static MTLTextureDescriptorMTLTextureDescriptor. create2DDescriptor(MTLPixelFormat pixelFormat, long width, long height, boolean mipmapped)static MTLTextureDescriptorMTLTextureDescriptor. createBufferDescriptor(MTLPixelFormat pixelFormat, long width, MTLResourceOptions resourceOptions, MTLTextureUsage usage)static MTLTextureDescriptorMTLTextureDescriptor. createCubeDescriptor(MTLPixelFormat pixelFormat, long size, boolean mipmapped)longMTLDevice. minimumLinearTextureAlignmentForPixelFormat(MTLPixelFormat format)longMTLDevice. minimumTextureBufferAlignmentForPixelFormat(MTLPixelFormat format)MTLTextureMTLTexture. newTextureView(MTLPixelFormat pixelFormat)MTLTextureMTLTexture. newTextureView(MTLPixelFormat pixelFormat, MTLTextureType textureType, NSRange levelRange, NSRange sliceRange)MTLTextureMTLTexture. newTextureView(MTLPixelFormat pixelFormat, MTLTextureType textureType, NSRange levelRange, NSRange sliceRange, MTLTextureSwizzleChannels swizzle)voidMTLRenderPipelineDescriptor. setDepthAttachmentPixelFormat(MTLPixelFormat v)voidMTLRenderPipelineColorAttachmentDescriptor. setPixelFormat(MTLPixelFormat v)voidMTLTextureDescriptor. setPixelFormat(MTLPixelFormat v)voidMTLTileRenderPipelineColorAttachmentDescriptor. setPixelFormat(MTLPixelFormat v)voidMTLRenderPipelineDescriptor. setStencilAttachmentPixelFormat(MTLPixelFormat v)MTLSizeMTLDevice. sparseTileSizeWithTextureType(MTLTextureType textureType, MTLPixelFormat pixelFormat, long sampleCount) -
Uses of MTLPixelFormat in org.robovm.apple.metalkit
Methods in org.robovm.apple.metalkit that return MTLPixelFormat Modifier and Type Method Description MTLPixelFormatMTKView. getColorPixelFormat()MTLPixelFormatMTKView. getDepthStencilPixelFormat()Methods in org.robovm.apple.metalkit with parameters of type MTLPixelFormat Modifier and Type Method Description voidMTKView. setColorPixelFormat(MTLPixelFormat v)voidMTKView. setDepthStencilPixelFormat(MTLPixelFormat v) -
Uses of MTLPixelFormat in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MTLPixelFormat Modifier and Type Method Description MTLPixelFormatMPSImage. getPixelFormat()MTLPixelFormatMPSImageDescriptor. getPixelFormat()MTLPixelFormatMPSStateTextureInfo. getPixelFormat()Methods in org.robovm.apple.metalps with parameters of type MTLPixelFormat Modifier and Type Method Description MTLTextureMPSSVGFDefaultTextureAllocator. allocateTexture(MTLPixelFormat pixelFormat, long width, long height)MTLTextureMPSSVGFTextureAllocator. allocateTexture(MTLPixelFormat pixelFormat, long width, long height)longMPSImageHistogram. histogramSizeForSourceFormat(MTLPixelFormat sourceFormat)longMPSImageNormalizedHistogram. histogramSizeForSourceFormat(MTLPixelFormat sourceFormat)MPSStateTextureInfoMPSStateTextureInfo. setPixelFormat(MTLPixelFormat pixelFormat)Constructors in org.robovm.apple.metalps with parameters of type MTLPixelFormat Constructor Description MPSStateTextureInfo(long width, long height, long depth, long arrayLength, MTLPixelFormat pixelFormat, MTLTextureType textureType, MTLTextureUsage usage, MachineSizedUIntPtr _reserved) -
Uses of MTLPixelFormat in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit that return MTLPixelFormat Modifier and Type Method Description MTLPixelFormatSCNRenderer. getColorPixelFormat()MTLPixelFormatSCNSceneRenderer. getColorPixelFormat()MTLPixelFormatSCNSceneRendererAdapter. getColorPixelFormat()MTLPixelFormatSCNView. getColorPixelFormat()MTLPixelFormatSCNRenderer. getDepthPixelFormat()MTLPixelFormatSCNSceneRenderer. getDepthPixelFormat()MTLPixelFormatSCNSceneRendererAdapter. getDepthPixelFormat()MTLPixelFormatSCNView. getDepthPixelFormat()MTLPixelFormatSCNRenderer. getStencilPixelFormat()MTLPixelFormatSCNSceneRenderer. getStencilPixelFormat()MTLPixelFormatSCNSceneRendererAdapter. getStencilPixelFormat()MTLPixelFormatSCNView. getStencilPixelFormat()