HomeSort by relevance Sort by last modified time
    Searched full:rs_matrix4x4 (Results 26 - 50 of 56) sorted by null

12 3

  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
scenegraph.rs 69 rs_matrix4x4 proj;
  /prebuilt/sdk/11/renderscript/include/
rs_types.rsh 66 } rs_matrix4x4;
  /prebuilt/sdk/12/renderscript/include/
rs_types.rsh 66 } rs_matrix4x4;
  /prebuilt/sdk/13/renderscript/include/
rs_types.rsh 66 } rs_matrix4x4;
  /development/samples/RenderScript/MiscSamples/src/com/example/android/rs/miscsamples/
rsrenderstates.rs 155 rs_matrix4x4 proj;
162 rs_matrix4x4 matrix;
213 rs_matrix4x4 matrix;
258 rs_matrix4x4 matrix;
278 rs_matrix4x4 matrix;
335 rs_matrix4x4 proj;
352 rs_matrix4x4 matrix;
393 rs_matrix4x4 l0Mat;
396 rs_matrix4x4 l1Mat;
550 rs_matrix4x4 matrix
    [all...]
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
rsbench.rs 65 rs_matrix4x4 Proj;
66 rs_matrix4x4 MVP;
240 rs_matrix4x4 matrix;
290 rs_matrix4x4 proj;
297 rs_matrix4x4 matrix;
324 rs_matrix4x4 matrix;
363 rs_matrix4x4 matrix;
374 rs_matrix4x4 transMatrix;
405 rs_matrix4x4 matrix;
413 rs_matrix4x4 transMatrix
    [all...]
  /frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
shaderstest.rs 135 rs_matrix4x4 proj;
143 rs_matrix4x4 matrix;
156 rs_matrix4x4 proj, matrix;
  /packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
nexus.rs 155 rs_matrix4x4 matrix;
156 rs_matrix4x4 modelMatrix;
306 rs_matrix4x4 matrix;
  /frameworks/base/libs/rs/scriptc/
rs_graphics.rsh 129 rsgProgramVertexLoadProjectionMatrix(const rs_matrix4x4 *proj);
137 rsgProgramVertexLoadModelMatrix(const rs_matrix4x4 *model);
145 rsgProgramVertexLoadTextureMatrix(const rs_matrix4x4 *tex);
153 rsgProgramVertexGetProjectionMatrix(rs_matrix4x4 *proj);
rs_debug.rsh 60 rsDebug(const char *, const rs_matrix4x4 *);
rs_math.rsh 102 rsExtractFrustumPlanes(const rs_matrix4x4 *viewProj,
rs_quaternion.rsh 224 static void rsQuaternionGetMatrixUnit(rs_matrix4x4 *m, const rs_quaternion *q) {
  /prebuilt/sdk/14/renderscript/include/
rs_graphics.rsh 126 rsgProgramVertexLoadProjectionMatrix(const rs_matrix4x4 *proj);
134 rsgProgramVertexLoadModelMatrix(const rs_matrix4x4 *model);
142 rsgProgramVertexLoadTextureMatrix(const rs_matrix4x4 *tex);
150 rsgProgramVertexGetProjectionMatrix(rs_matrix4x4 *proj);
rs_debug.rsh 60 rsDebug(const char *, const rs_matrix4x4 *);
  /frameworks/base/libs/rs/
rsMatrix4x4.cpp 38 rs_matrix4x4 result;
80 rs_matrix4x4 result;
157 void Matrix4x4::load(const rs_matrix4x4 *v) {
252 void Matrix4x4::loadMultiply(const rs_matrix4x4 *lhs, const rs_matrix4x4 *rhs) {
RenderScriptDefines.h 59 } rs_matrix4x4; typedef in typeref:struct:__anon14550
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 31 rs_matrix4x4 matrix; // custom transform for this card/geometry
212 rs_matrix4x4 defaultCardMatrix;
213 rs_matrix4x4 projectionMatrix;
214 rs_matrix4x4 modelviewMatrix;
278 makeRayForPixelAt(Ray* ray, rs_matrix4x4* model, rs_matrix4x4* proj, float x, float y);
446 static void loadPerspectiveMatrix(rs_matrix4x4* matrix, float fovy, float aspect, float near, float far)
458 static void loadLookatMatrix(rs_matrix4x4* matrix, float3 eye, float3 center, float3 up)
550 void setMatrix(int n, rs_matrix4x4 matrix) {
643 static bool getMatrixForCard(rs_matrix4x4* matrix, int i, bool enableSway, bool enableCardMatrix
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
package.html 47 <pre>struct Hello { float3 position; rs_matrix4x4 transform; }</pre>
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
galaxy.rs 14 rs_matrix4x4 MVP;
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
vu.rs 47 rs_matrix4x4 mat1;
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
phasebeam.rs 28 rs_matrix4x4 MVP;
  /packages/wallpapers/Basic/src/com/android/wallpaper/fall/
fall.rs 200 rs_matrix4x4 matrix;
334 rs_matrix4x4 matrix;
  /frameworks/compile/slang/
slang_rs_type_spec.h 49 ENUM_RS_MATRIX_DATA_TYPE(RSMatrix4x4, "rs_matrix4x4", 4) \
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
waveform.rs 145 rs_matrix4x4 mat1;
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
noisefield.rs 23 rs_matrix4x4 MVP;

Completed in 2245 milliseconds

12 3