android.renderscript
Renderscript is deprecated since API level 31. Please refer to the migration guide for alternatives.
Interfaces
| Allocation.OnBufferAvailableListener | 
          Interface to handle notification when new buffers are available via
 Allocation.USAGE_IO_INPUT. 
          
    
         | 
      
Classes
| Allocation | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| AllocationAdapter | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| BaseObj | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Byte2 | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Byte3 | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Byte4 | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Double2 | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Double3 | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Double4 | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Element | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Element.Builder | Builder class for producing complex elements with matching field and name pairs. | 
| FieldPacker | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Float2 | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Float3 | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Float4 | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Int2 | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Int3 | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Int4 | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Long2 | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Long3 | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Long4 | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Matrix2f | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Matrix3f | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Matrix4f | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| RenderScript | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| RenderScript.RSErrorHandler | The runtime error handler base class. | 
| RenderScript.RSMessageHandler | The base class from which an application should derive in order to receive RS messages from scripts. | 
| Sampler | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Sampler.Builder | Builder for creating non-standard samplers. | 
| Script | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Script.Builder | Only intended for use by generated reflected code. | 
| Script.FieldBase | Only intended for use by generated reflected code. | 
| Script.FieldID | FieldID is an identifier for a Script + exported field pair. | 
| Script.InvokeID | InvokeID is an identifier for an invoke function. | 
| Script.KernelID | KernelID is an identifier for a Script + root function pair. | 
| Script.LaunchOptions | Class for specifying the specifics about how a kernel will be launched. | 
| ScriptC | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| ScriptGroup | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| ScriptGroup.Binding | Represents a binding of a value to a global variable in a kernel or invocable function. | 
| ScriptGroup.Builder | 
          
      This class was deprecated
      in API level 23.
    Use Builder2 instead. 
          
    
         | 
      
| ScriptGroup.Builder2 | 
          The builder class for creating script groups
  
 A script group is created using closures (see class   | 
      
| ScriptGroup.Closure | 
          An opaque class for closures
  A closure represents a function call to a kernel or invocable function, combined with arguments and values for global variables.  | 
      
| ScriptGroup.Future | 
          An opaque class for futures
  A future represents an output of a closure, either the return value of the function, or the value of a global variable written by the function.  | 
      
| ScriptGroup.Input | 
          An opaque class for script group inputs
  
 Created by calling the   | 
      
| ScriptIntrinsic | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| ScriptIntrinsic3DLUT | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| ScriptIntrinsicBLAS | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| ScriptIntrinsicBlend | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| ScriptIntrinsicBlur | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| ScriptIntrinsicColorMatrix | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| ScriptIntrinsicConvolve3x3 | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| ScriptIntrinsicConvolve5x5 | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| ScriptIntrinsicHistogram | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| ScriptIntrinsicLUT | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| ScriptIntrinsicResize | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| ScriptIntrinsicYuvToRGB | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Short2 | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Short3 | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Short4 | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Type | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| Type.Builder | Builder class for Type. | 
Enums
| Allocation.MipmapControl | Controls mipmap behavior when using the bitmap creation and update functions. | 
| Element.DataKind | The special interpretation of the data if required. | 
| Element.DataType | DataType represents the basic type information for a basic element. | 
| RenderScript.ContextType | ContextType specifies the specific type of context to be created. | 
| RenderScript.Priority | RenderScript worker thread priority enumeration. | 
| Sampler.Value | |
| Type.CubemapFace | 
Exceptions
| RSDriverException | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| RSIllegalArgumentException | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| RSInvalidStateException | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
| RSRuntimeException | This class was deprecated in API level 31. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives. | 
Interfaces
Classes
- Allocation
 - AllocationAdapter
 - BaseObj
 - Byte2
 - Byte3
 - Byte4
 - Double2
 - Double3
 - Double4
 - Element
 - Element.Builder
 - FieldPacker
 - Float2
 - Float3
 - Float4
 - Int2
 - Int3
 - Int4
 - Long2
 - Long3
 - Long4
 - Matrix2f
 - Matrix3f
 - Matrix4f
 - RenderScript
 - RenderScript.RSErrorHandler
 - RenderScript.RSMessageHandler
 - Sampler
 - Sampler.Builder
 - Script
 - Script.Builder
 - Script.FieldBase
 - Script.FieldID
 - Script.InvokeID
 - Script.KernelID
 - Script.LaunchOptions
 - ScriptC
 - ScriptGroup
 - ScriptGroup.Binding
 - ScriptGroup.Builder
 - ScriptGroup.Builder2
 - ScriptGroup.Closure
 - ScriptGroup.Future
 - ScriptGroup.Input
 - ScriptIntrinsic
 - ScriptIntrinsic3DLUT
 - ScriptIntrinsicBLAS
 - ScriptIntrinsicBlend
 - ScriptIntrinsicBlur
 - ScriptIntrinsicColorMatrix
 - ScriptIntrinsicConvolve3x3
 - ScriptIntrinsicConvolve5x5
 - ScriptIntrinsicHistogram
 - ScriptIntrinsicLUT
 - ScriptIntrinsicResize
 - ScriptIntrinsicYuvToRGB
 - Short2
 - Short3
 - Short4
 - Type
 - Type.Builder
 
Enums
Exceptions