java.lang.Object | |
↳ | android.renderscript.ProgramVertexFixedFunction.Constants |
This class was deprecated in API level 16.
in API 16 Helper class to store modelview, projection and texture matrices for ProgramVertexFixedFunction
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
This constructor was deprecated in API level 16. in API 16 Creates a buffer to store fixed function emulation matrices
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
This method was deprecated in API level 16. in API 16 Forces deallocation of memory backing the contant matrices. Normally, this is unnecessary and will be garbage collected
|
|||||||||
|
|
This method was deprecated in API level 16. in API 16 Sets the modelview matrix in the fixed function matrix buffer
|
|||||||||
|
|
This method was deprecated in API level 16. in API 16 Sets the projection matrix in the fixed function matrix buffer
|
|||||||||
|
|
This method was deprecated in API level 16. 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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This constructor was deprecated in API level 16.
in API 16 Creates a buffer to store fixed function emulation matrices
rs | Context to which the allocation will belong. |
---|
This method was deprecated in API level 16.
in API 16 Forces deallocation of memory backing the contant matrices. Normally, this is unnecessary and will be garbage collected
This method was deprecated in API level 16.
in API 16 Sets the modelview matrix in the fixed function matrix buffer
m | modelview matrix |
---|
This method was deprecated in API level 16.
in API 16 Sets the projection matrix in the fixed function matrix buffer
m | projection matrix |
---|
This method was deprecated in API level 16.
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 |
---|