java.lang.Object | |
↳ | android.renderscript.ProgramVertexFixedFunction.Constants |
This class is deprecated.
in API 16
Helper class to store modelview, projection and texture
matrices for ProgramVertexFixedFunction
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
in API 16
Creates a buffer to store fixed function emulation matrices
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
in API 16
Forces deallocation of memory backing the contant matrices.
Normally, this is unnecessary and will be garbage collected
| |||||||||||
This method is deprecated.
in API 16
Sets the modelview matrix in the fixed function matrix buffer
| |||||||||||
This method is deprecated.
in API 16
Sets the projection matrix in the fixed function matrix buffer
| |||||||||||
This method is deprecated.
in API 16
Sets the texture matrix in the fixed function matrix buffer.
Texture matrix must be enabled in the
ProgramVertexFixedFunction builder for the shader to utilize
it.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
This constructor is deprecated.
in API 16
Creates a buffer to store fixed function emulation matrices
rs | Context to which the allocation will belong. |
---|
This method is deprecated.
in API 16
Forces deallocation of memory backing the contant matrices.
Normally, this is unnecessary and will be garbage collected
This method is deprecated.
in API 16
Sets the modelview matrix in the fixed function matrix buffer
m | modelview matrix |
---|
This method is deprecated.
in API 16
Sets the projection matrix in the fixed function matrix buffer
m | projection matrix |
---|
This method is deprecated.
in API 16
Sets the texture matrix in the fixed function matrix buffer.
Texture matrix must be enabled in the
ProgramVertexFixedFunction builder for the shader to utilize
it.
m | modelview matrix |
---|