HomeSort by relevance Sort by last modified time
    Searched full:rsmatrixloadperspective (Results 1 - 23 of 23) sorted by null

  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
scenegraph.rs 71 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 0.1f, 100.0f);
simplemodel.rs 152 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 100.0f);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
camera.rs 31 rsMatrixLoadPerspective(&cam->proj, cam->horizontalFOV, cam->aspect, cam->near, cam->far);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
torus_test.rs 119 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 0.1f, 100.0f);
220 rsMatrixLoadPerspective(&gVSConstants->proj, 30.0f, aspect, 0.1f, 100.0f);
251 rsMatrixLoadPerspective(&gVSConstPixel->proj, 30.0f, aspect, 0.1f, 100.0f);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
test_app.rs 53 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 100.0f);
  /frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
fbosync.rs 151 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 100.0f);
213 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 100.0f);
fbotest.rs 150 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 100.0f);
201 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 100.0f);
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
holo_spiral.rs 131 rsMatrixLoadPerspective(&gProjectionMatrix, FOV, gWidth / gHeight, gNearPlane, gFarPlane);
  /frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
rsrenderstates.rs 337 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 0.1f, 100.0f);
455 rsMatrixLoadPerspective(&gVSConstants->proj, 30.0f, aspect, 0.1f, 100.0f);
492 rsMatrixLoadPerspective(&gVSConstants2->proj, 30.0f, aspect, 0.1f, 100.0f);
528 rsMatrixLoadPerspective(&gVSConstants->proj, 30.0f, aspect, 0.1f, 100.0f);
585 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 0.1f, 100.0f);
  /frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
shaderstest.rs 145 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 1000.0f);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_matrix.rsh 269 rsMatrixLoadPerspective(rs_matrix4x4* m, float fovy, float aspect, float near, float far);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_matrix.rsh 269 rsMatrixLoadPerspective(rs_matrix4x4* m, float fovy, float aspect, float near, float far);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_matrix.rsh 269 rsMatrixLoadPerspective(rs_matrix4x4* m, float fovy, float aspect, float near, float far);
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 197 void __attribute__((overloadable)) rsMatrixLoadPerspective(rs_matrix4x4 *m,
  /frameworks/rs/scriptc/
rs_matrix.rsh 399 rsMatrixLoadPerspective(rs_matrix4x4* m, float fovy, float aspect, float near, float far);
  /prebuilts/sdk/renderscript/include/
rs_matrix.rsh 399 rsMatrixLoadPerspective(rs_matrix4x4* m, float fovy, float aspect, float near, float far);
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_matrix.rsh 399 rsMatrixLoadPerspective(rs_matrix4x4* m, float fovy, float aspect, float near, float far);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
MatrixTest.rs 803 rsMatrixLoadPerspective(&m4, fovy, aspect, near, far);
  /frameworks/base/docs/html/reference/renderscript/
globals_func.html 548 <li>rsMatrixLoadPerspective()
rs__matrix_8rsh_source.html 115 <a name="l00404"></a>00404 <a class="code" href="rs__matrix_8rsh.html#aa404c34d7478f2921f7415d2da95d02b">rsMatrixLoadPerspective</a>(<a class="code" href="structrs__matrix4x4.html" title="4x4 float matrix">rs_matrix4x4</a>* m, <span class="keywordtype">float</span> fovy, <span class="keywordtype">float</span> aspect, <span class="keywordtype">float</span> near, <span class="keywordtype">float</span> far);
rs__matrix_8rsh.html 67 <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="rs__matrix_8rsh.html#aa404c34d7478f2921f7415d2da95d02b">rsMatrixLoadPerspective</a> (<a class="el" href="structrs__matrix4x4.html">rs_matrix4x4</a> *m, float fovy, float aspect, float near, float far)</td></tr>
    [all...]
globals.html 681 <li>rsMatrixLoadPerspective()
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
apitest.rs     [all...]

Completed in 2072 milliseconds