HomeSort by relevance Sort by last modified time
    Searched full:rs_matrix2x2 (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/rs/
rsMatrix2x2.h 27 struct Matrix2x2 : public rs_matrix2x2 {
38 void load(const rs_matrix2x2 *);
40 void loadMultiply(const rs_matrix2x2 *lhs, const rs_matrix2x2 *rhs);
44 void multiply(const rs_matrix2x2 *rhs) {
rsRuntime.h 168 void rsrMatrixSet(rs_matrix2x2 *m, uint32_t row, uint32_t col, float v);
169 float rsrMatrixGet(const rs_matrix2x2 *m, uint32_t row, uint32_t col);
172 void rsrMatrixLoadIdentity_2x2(rs_matrix2x2 *m);
175 void rsrMatrixLoad_2x2_f(rs_matrix2x2 *m, const float *v);
178 void rsrMatrixLoad_4x4_2x2(rs_matrix4x4 *m, const rs_matrix2x2 *v);
180 void rsrMatrixLoad_2x2_2x2(rs_matrix2x2 *m, const rs_matrix2x2 *v);
190 void rsrMatrixLoadMultiply_2x2_2x2_2x2(rs_matrix2x2 *m, const rs_matrix2x2 *lhs,
191 const rs_matrix2x2 *rhs)
    [all...]
rsMatrix2x2.cpp 40 void Matrix2x2::load(const rs_matrix2x2 *v) {
44 void Matrix2x2::loadMultiply(const rs_matrix2x2 *lhs, const rs_matrix2x2 *rhs) {
rsMatrix4x4.h 40 void load(const rs_matrix2x2 *);
rsDefines.h 72 } rs_matrix2x2; typedef in typeref:struct:__anon30666
rsMatrix4x4.cpp 180 void Matrix4x4::load(const rs_matrix2x2 *v) {
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
rstypes.rs 12 rs_matrix2x2 matrix2x2Test;
24 rs_matrix2x2 matrix2x2TestLocal;
  /frameworks/rs/scriptc/
rs_matrix.rsh 47 rsMatrixSet(rs_matrix2x2 *m, uint32_t row, uint32_t col, float v);
69 rsMatrixGet(const rs_matrix2x2 *m, uint32_t row, uint32_t col);
84 extern void __attribute__((overloadable)) rsMatrixLoadIdentity(rs_matrix2x2 *m);
99 extern void __attribute__((overloadable)) rsMatrixLoad(rs_matrix2x2 *m, const float *v);
114 extern void __attribute__((overloadable)) rsMatrixLoad(rs_matrix4x4 *m, const rs_matrix2x2 *v);
122 extern void __attribute__((overloadable)) rsMatrixLoad(rs_matrix2x2 *m, const rs_matrix2x2 *v);
176 rsMatrixLoadMultiply(rs_matrix2x2 *m, const rs_matrix2x2 *lhs, const rs_matrix2x2 *rhs)
    [all...]
rs_debug.rsh 84 rsDebug(const char *, const rs_matrix2x2 *);
  /prebuilts/sdk/renderscript/include/
rs_matrix.rsh 47 rsMatrixSet(rs_matrix2x2 *m, uint32_t row, uint32_t col, float v);
69 rsMatrixGet(const rs_matrix2x2 *m, uint32_t row, uint32_t col);
84 extern void __attribute__((overloadable)) rsMatrixLoadIdentity(rs_matrix2x2 *m);
99 extern void __attribute__((overloadable)) rsMatrixLoad(rs_matrix2x2 *m, const float *v);
114 extern void __attribute__((overloadable)) rsMatrixLoad(rs_matrix4x4 *m, const rs_matrix2x2 *v);
122 extern void __attribute__((overloadable)) rsMatrixLoad(rs_matrix2x2 *m, const rs_matrix2x2 *v);
176 rsMatrixLoadMultiply(rs_matrix2x2 *m, const rs_matrix2x2 *lhs, const rs_matrix2x2 *rhs)
    [all...]
rs_debug.rsh 84 rsDebug(const char *, const rs_matrix2x2 *);
  /frameworks/rs/driver/runtime/
rs_matrix.c 49 rsMatrixLoadIdentity(rs_matrix2x2 *m) {
88 rsMatrixLoad(rs_matrix2x2 *m, const float *f) {
134 rsMatrixLoad(rs_matrix4x4 *m, const rs_matrix2x2 *v) {
165 rsMatrixLoad(rs_matrix2x2 *m, const rs_matrix2x2 *s) {
194 rsMatrixSet(rs_matrix2x2 *m, uint32_t row, uint32_t col, float v) {
199 rsMatrixGet(const rs_matrix2x2 *m, uint32_t row, uint32_t col) {
204 rsMatrixMultiply(const rs_matrix2x2 *m, float2 in) {
211 rsMatrixMultiply(rs_matrix2x2 *m, float2 in) {
212 return rsMatrixMultiply((const rs_matrix2x2 *)m, in)
    [all...]
matrix.ll 7 %struct.rs_matrix2x2 = type { [4 x float] }
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
rstypes.rs 18 rs_matrix2x2 matrix2x2Test;
30 rs_matrix2x2 matrix2x2TestLocal;
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
rstypes.rs 18 rs_matrix2x2 matrix2x2Test;
30 rs_matrix2x2 matrix2x2TestLocal;
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
rstypes.rs 18 rs_matrix2x2 matrix2x2Test;
30 rs_matrix2x2 matrix2x2TestLocal;
  /frameworks/base/docs/html/reference/renderscript/
structrs__matrix2x2.html 6 <title>rs_matrix2x2 Struct Reference</title>
28 <div class="title">rs_matrix2x2 Struct Reference</div> </div>
31 <!-- doxytag: class="rs_matrix2x2" -->
rs__matrix_8rsh_source.html 54 <a name="l00047"></a>00047 <a class="code" href="rs__matrix_8rsh.html#ad6ea242218e0f1a031f754df0317e6e7">rsMatrixSet</a>(<a class="code" href="structrs__matrix2x2.html" title="2x2 float matrix">rs_matrix2x2</a> *m, <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> row, <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> col, <span class="keywordtype">float</span> v);
61 <a name="l00069"></a>00069 <a class="code" href="rs__matrix_8rsh.html#a22e983b67d3089c5cb97032e249ca335">rsMatrixGet</a>(const <a class="code" href="structrs__matrix2x2.html" title="2x2 float matrix">rs_matrix2x2</a> *m, <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> row, <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> col);
65 <a name="l00084"></a>00084 extern <span class="keywordtype">void</span> __attribute__((overloadable)) <a class="code" href="rs__matrix_8rsh.html#a0ffd9de971cf10d0a663ff565be8d3cc">rsMatrixLoadIdentity</a>(<a class="code" href="structrs__matrix2x2.html" title="2x2 float matrix">rs_matrix2x2</a> *m);
69 <a name="l00099"></a>00099 extern <span class="keywordtype">void</span> __attribute__((overloadable)) <a class="code" href="rs__matrix_8rsh.html#ac380c4117e047da494a74f0dad20fab3">rsMatrixLoad</a>(<a class="code" href="structrs__matrix2x2.html" title="2x2 float matrix">rs_matrix2x2</a> *m, const <span class="keywordtype">float</span> *v);
73 <a name="l00114"></a>00114 extern <span class="keywordtype">void</span> __attribute__((overloadable)) <a class="code" href="rs__matrix_8rsh.html#ac380c4117e047da494a74f0dad20fab3">rsMatrixLoad</a>(<a class="code" href="structrs__matrix4x4.html" title="4x4 float matrix">rs_matrix4x4</a> *m, const <a class="code" href="structrs__matrix2x2.html" title="2x2 float matrix">rs_matrix2x2</a> *v);
75 <a name="l00122"></a>00122 extern <span class="keywordtype">void</span> __attribute__((overloadable)) <a class="code" href="rs__matrix_8rsh.html#ac380c4117e047da494a74f0dad20fab3">rsMatrixLoad</a>(<a class="code" href="structrs__matrix2x2.html" title="2x2 float matrix">rs_matrix2x2</a> *m, const <a class="code" href="structrs__matrix2x2.html" title="2x2 float matrix">rs_matrix2x2</a> *v);
91 <a name="l00176"></a>00176 <a class="code" href="rs__matrix_8rsh.html#a79f14c4c0f5ecc1bbd0bf54da8b653ef">rsMatrixLoadMultiply</a>(<a class="code" href="structrs__matrix2x2.html" title="2x2 float matrix">rs_matrix2x2</a> *m, const <a class="code" href="structrs__matrix2x2.html" title="2x2 float matrix">rs_matrix2x2</a> *lhs, const <a class="code" href="structrs__matrix2x2.html" title="2x2 float matrix">rs_matrix2x2</a> *rhs)
    [all...]
rs__matrix_8rsh.html 38 <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="rs__matrix_8rsh.html#a0a85c8d3607f1b75019f6991c5b19fca">rsMatrixSet</a> (<a class="el" href="structrs__matrix2x2.html">rs_matrix2x2</a> *m, <a class="el" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> row, <a class="el" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> col, float v)</td></tr>
41 <tr><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="rs__matrix_8rsh.html#aaa86b029d5c5c15fead5338bba02e4c3">rsMatrixGet</a> (const <a class="el" href="structrs__matrix2x2.html">rs_matrix2x2</a> *m, <a class="el" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> row, <a class="el" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> col)</td></tr>
44 <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="rs__matrix_8rsh.html#ad2954a5ac11d2370227296be89e92471">rsMatrixLoadIdentity</a> (<a class="el" href="structrs__matrix2x2.html">rs_matrix2x2</a> *m)</td></tr>
47 <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="rs__matrix_8rsh.html#aa327089f7ad9161d7372094163147005">rsMatrixLoad</a> (<a class="el" href="structrs__matrix2x2.html">rs_matrix2x2</a> *m, const float *v)</td></tr>
50 <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="rs__matrix_8rsh.html#a3a3d0f0053720fb4afb3a3eb32e42a82">rsMatrixLoad</a> (<a class="el" href="structrs__matrix4x4.html">rs_matrix4x4</a> *m, const <a class="el" href="structrs__matrix2x2.html">rs_matrix2x2</a> *v)</td></tr>
52 <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="rs__matrix_8rsh.html#a5f3697805c794c9c9f2f8cfdde4b9a44">rsMatrixLoad</a> (<a class="el" href="structrs__matrix2x2.html">rs_matrix2x2</a> *m, const <a class="el" href="structrs__matrix2x2.html">rs_matrix2x2</a> *v)</td></tr>
58 <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="rs__matrix_8rsh.html#ae0dd4755c28fc896626ebf5dc784130f">rsMatrixLoadMultiply</a> (<a class="el" href="structrs__matrix2x2.html">rs_matrix2x2</a> *m, const <a class="el" href="structrs__matrix2x2.html">rs_matrix2x2</a> *lhs, const <a class="el" href="structrs__matrix2x2.html">rs_matrix2x2</a> *rhs)</td></tr
    [all...]
annotated.html 35 <tr><td class="indexkey"><a class="el" href="structrs__matrix2x2.html">rs_matrix2x2</a></td><td class="indexvalue">2x2 float matrix </td></tr>
rs__debug_8rsh.html 43 <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="rs__debug_8rsh.html#ac611c53b945b0ced90fde98e3846be79">rsDebug</a> (const char *, const <a class="el" href="structrs__matrix2x2.html">rs_matrix2x2</a> *)</td></tr>
295 <a class="anchor" id="ac611c53b945b0ced90fde98e3846be79"></a><!-- doxytag: member="rs_debug.rsh::rsDebug" ref="ac611c53b945b0ced90fde98e3846be79" args="(const char *, const rs_matrix2x2 *)" -->
308 <td class="paramtype">const <a class="el" href="structrs__matrix2x2.html">rs_matrix2x2</a> *&#160;</td>
  /frameworks/base/graphics/java/android/renderscript/
Matrix2f.java 24 * Class for exposing the native RenderScript rs_matrix2x2 type back to the Android system.
  /frameworks/compile/slang/
slang_rs_type_spec.h 47 ENUM_RS_MATRIX_DATA_TYPE(RSMatrix2x2, "rs_matrix2x2", 2) \
slang_rs_spec_table.cpp 245 // e.g., ENUM_RS_MATRIX_TYPE(RSMatrix2x2, "rs_matrix2x2", 2)
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix2f.java 24 * Class for exposing the native RenderScript rs_matrix2x2 type back to the Android system.

Completed in 1030 milliseconds

1 2