/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/ |
D | fbotest.rs | 146 rs_matrix4x4 proj; 148 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 100.0f); 149 rsgProgramVertexLoadProjectionMatrix(&proj); 171 rs_matrix4x4 proj, matrix; 172 rsMatrixLoadOrtho(&proj, 0, rsgGetWidth(), rsgGetHeight(), 0, -500, 500); 173 rsgProgramVertexLoadProjectionMatrix(&proj); 197 rs_matrix4x4 proj; 199 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 100.0f); 200 rsgProgramVertexLoadProjectionMatrix(&proj);
|
D | fbosync.rs | 147 rs_matrix4x4 proj; 149 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 100.0f); 150 rsgProgramVertexLoadProjectionMatrix(&proj); 172 rs_matrix4x4 proj, matrix; 173 rsMatrixLoadOrtho(&proj, 0, rsgGetWidth(), rsgGetHeight(), 0, -500, 500); 174 rsgProgramVertexLoadProjectionMatrix(&proj); 208 rs_matrix4x4 proj; 210 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 100.0f); 211 rsgProgramVertexLoadProjectionMatrix(&proj);
|
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/ |
D | shaderstest.rs | 142 rs_matrix4x4 proj; 144 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 1000.0f); 145 rsgProgramVertexLoadProjectionMatrix(&proj); 163 rs_matrix4x4 proj, matrix; 164 rsMatrixLoadOrtho(&proj, 0, width, height, 0, -500, 500); 165 rsgProgramVertexLoadProjectionMatrix(&proj);
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
D | mesh_test.rs | 52 rs_matrix4x4 proj; 53 rsMatrixLoadOrtho(&proj, 0, gRenderSurfaceW, gRenderSurfaceH, 0, -500, 500); 54 rsgProgramVertexLoadProjectionMatrix(&proj);
|
D | torus_test.rs | 117 rs_matrix4x4 proj; 119 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 0.1f, 100.0f); 120 rsgProgramVertexLoadProjectionMatrix(&proj); 220 rsMatrixLoadPerspective(&gVSConstants->proj, 30.0f, aspect, 0.1f, 100.0f); 251 rsMatrixLoadPerspective(&gVSConstPixel->proj, 30.0f, aspect, 0.1f, 100.0f);
|
D | fill_test.rs | 62 rs_matrix4x4 proj; 63 rsMatrixLoadOrtho(&proj, 0, gRenderSurfaceW, gRenderSurfaceH, 0, -500, 500); 64 rsgProgramVertexLoadProjectionMatrix(&proj);
|
D | FillTest.java | 151 Matrix4f proj = new Matrix4f(); in initFillScript() local 152 proj.loadOrthoWindow(mBenchmarkDimX, mBenchmarkDimY); in initFillScript() 153 PVA.setProjection(proj); in initFillScript()
|
D | MeshTest.java | 148 Matrix4f proj = new Matrix4f(); in initGeoScript() local 149 proj.loadOrthoWindow(mBenchmarkDimX, mBenchmarkDimY); in initGeoScript() 150 PVA.setProjection(proj); in initGeoScript()
|
D | shader_def.rsh | 21 rs_matrix4x4 proj; 35 rs_matrix4x4 proj;
|
D | rsbench.rs | 79 rs_matrix4x4 proj; 80 rsMatrixLoadOrtho(&proj, 0, gRenderSurfaceW, gRenderSurfaceH, 0, -500, 500); 81 rsgProgramVertexLoadProjectionMatrix(&proj);
|
D | RsBenchRS.java | 246 Matrix4f proj = new Matrix4f(); in initProgramVertex() local 247 proj.loadOrthoWindow(mBenchmarkDimX, mBenchmarkDimY); in initProgramVertex() 248 mPVA.setProjection(proj); in initProgramVertex()
|
D | TorusTest.java | 226 Matrix4f proj = new Matrix4f(); in initCustomShaders() local 227 proj.loadOrthoWindow(1280, 720); in initCustomShaders() 228 PVA.setProjection(proj); in initCustomShaders()
|
D | UiTest.java | 221 Matrix4f proj = new Matrix4f(); in initUiScript() local 222 proj.loadOrthoWindow(1280, 720); in initUiScript() 223 PVA.setProjection(proj); in initUiScript()
|
D | ui_test.rs | 109 rs_matrix4x4 proj; 110 rsMatrixLoadOrtho(&proj, 0, gRenderSurfaceW, gRenderSurfaceH, 0, -500, 500); 111 rsgProgramVertexLoadProjectionMatrix(&proj);
|
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
D | scenegraph.rs | 69 rs_matrix4x4 proj; 71 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 0.1f, 100.0f); 72 rsgProgramVertexLoadProjectionMatrix(&proj);
|
D | simplemodel.rs | 148 rs_matrix4x4 proj; 150 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 100.0f); 151 rsgProgramVertexLoadProjectionMatrix(&proj);
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
D | test_app.rs | 49 rs_matrix4x4 proj; 51 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 100.0f); 52 rsgProgramVertexLoadProjectionMatrix(&proj);
|
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/ |
D | rsrenderstates.rs | 155 rs_matrix4x4 proj; 156 rsMatrixLoadOrtho(&proj, 0, rsgGetWidth(), rsgGetHeight(), 0, -500, 500); 157 rsgProgramVertexLoadProjectionMatrix(&proj); 335 rs_matrix4x4 proj; 337 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 0.1f, 100.0f); 338 rsgProgramVertexLoadProjectionMatrix(&proj); 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); 584 rs_matrix4x4 proj; [all …]
|
D | shader_def.rsh | 21 rs_matrix4x4 proj; 35 rs_matrix4x4 proj; 44 rs_matrix4x4 proj;
|
D | RsRenderStatesRS.java | 56 Matrix4f proj = new Matrix4f(); in surfaceChanged() local 57 proj.loadOrthoWindow(mWidth, mHeight); in surfaceChanged() 58 mPVA.setProjection(proj); in surfaceChanged() 214 Matrix4f proj = new Matrix4f(); in initProgramVertex() local 215 proj.loadOrthoWindow(mWidth, mHeight); in initProgramVertex() 216 mPVA.setProjection(proj); in initProgramVertex()
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
D | camera.rs | 31 rsMatrixLoadPerspective(&cam->proj, cam->horizontalFOV, cam->aspect, cam->near, cam->far); 47 rsMatrixLoad(&cam->viewProj, &cam->proj);
|
D | TransformParam.java | 54 } else if(mParamName.equalsIgnoreCase(proj)) { in getTypeFromName()
|
D | ShaderParam.java | 47 static final String proj = "proj"; field in ShaderParam
|
D | scenegraph_objects.rsh | 149 rs_matrix4x4 proj; 232 rsDebug("Proj: ", &cam->proj);
|
D | params.rsh | 133 rsMatrixLoad((rs_matrix4x4*)dataPtr, ¤tCam->proj);
|