OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rsMatrixTranslate
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp
173
void __attribute__((overloadable))
rsMatrixTranslate
(rs_matrix4x4 *m, float x,
/frameworks/rs/script_api/include/
rs_matrix.rsh
43
* happens first. E.g. if you call
rsMatrixTranslate
() on a matrix that already
576
*
rsMatrixTranslate
: Apply a translation to a transformation matrix
593
rsMatrixTranslate
(rs_matrix4x4* m, float x, float y, float z);
/prebuilts/sdk/renderscript/include/
rs_matrix.rsh
43
* happens first. E.g. if you call
rsMatrixTranslate
() on a matrix that already
576
*
rsMatrixTranslate
: Apply a translation to a transformation matrix
593
rsMatrixTranslate
(rs_matrix4x4* m, float x, float y, float z);
/frameworks/rs/script_api/
rs_matrix.spec
41
happens first. E.g. if you call @
rsMatrixTranslate
() on a matrix that already
563
function:
rsMatrixTranslate
Completed in 120 milliseconds