java.lang.Object | ||
↳ | android.renderscript.RenderScript | |
↳ | android.renderscript.RenderScriptGL |
This class is deprecated.
in API 16
The Graphics derivitive of Renderscript. Extends the basic context to add a
root script which is the display window for graphical output. When the
system needs to update the display the currently bound root script will be
called. This script is expected to issue the rendering commands to repaint
the screen.
For more information about creating an application that uses Renderscript, read the Renderscript developer guide.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RenderScriptGL.SurfaceConfig | This class is deprecated. in API 16 Class which is used to describe a pixel format for a graphical buffer. This is used to describe the intended format of the display surface. The configuration is described by pairs of minimum and preferred bit depths for each component within the config and additional structural information. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
in API 16
Construct a new RenderScriptGL context.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
in API 16
Set the default ProgramFragment object seen as the parent state by the
root rendering script.
| |||||||||||
This method is deprecated.
in API 16
Set the default ProgramRaster object seen as the parent state by the
root rendering script.
| |||||||||||
This method is deprecated.
in API 16
Set the default ProgramStore object seen as the parent state by the root
rendering script.
| |||||||||||
This method is deprecated.
in API 16
Set the default ProgramVertex object seen as the parent state by the
root rendering script.
| |||||||||||
This method is deprecated.
in API 16
Set the script to handle calls to render the primary surface.
| |||||||||||
This method is deprecated.
in API 16
return the height of the last set surface.
| |||||||||||
This method is deprecated.
in API 16
return the width of the last set surface.
| |||||||||||
This method is deprecated.
in API 16
Temporarly halt calls to the root rendering script.
| |||||||||||
This method is deprecated.
in API 16
Resume calls to the root rendering script.
| |||||||||||
This method is deprecated.
in API 16
Bind an os surface
| |||||||||||
This method is deprecated.
in API 16
Bind an os surface
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.renderscript.RenderScript
| |||||||||||
From class
java.lang.Object
|
This constructor is deprecated.
in API 16
Construct a new RenderScriptGL context.
ctx | The context. |
---|---|
sc | The desired format of the primary rendering surface. |
This method is deprecated.
in API 16
Set the default ProgramFragment object seen as the parent state by the
root rendering script.
This method is deprecated.
in API 16
Set the default ProgramRaster object seen as the parent state by the
root rendering script.
This method is deprecated.
in API 16
Set the default ProgramStore object seen as the parent state by the root
rendering script.
This method is deprecated.
in API 16
Set the default ProgramVertex object seen as the parent state by the
root rendering script.
This method is deprecated.
in API 16
Set the script to handle calls to render the primary surface.
s | Graphics script to process rendering requests. |
---|
This method is deprecated.
in API 16
return the height of the last set surface.
This method is deprecated.
in API 16
return the width of the last set surface.
This method is deprecated.
in API 16
Temporarly halt calls to the root rendering script.
This method is deprecated.
in API 16
Resume calls to the root rendering script.
This method is deprecated.
in API 16
Bind an os surface
This method is deprecated.
in API 16
Bind an os surface