/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/ |
D | fbotest.rs | 148 rs_matrix4x4 proj; 150 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 100.0f); 151 rsgProgramVertexLoadProjectionMatrix(&proj); 173 rs_matrix4x4 proj, matrix; 174 rsMatrixLoadOrtho(&proj, 0, rsgGetWidth(), rsgGetHeight(), 0, -500, 500); 175 rsgProgramVertexLoadProjectionMatrix(&proj); 199 rs_matrix4x4 proj; 201 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 100.0f); 202 rsgProgramVertexLoadProjectionMatrix(&proj);
|
D | fbosync.rs | 149 rs_matrix4x4 proj; 151 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 100.0f); 152 rsgProgramVertexLoadProjectionMatrix(&proj); 174 rs_matrix4x4 proj, matrix; 175 rsMatrixLoadOrtho(&proj, 0, rsgGetWidth(), rsgGetHeight(), 0, -500, 500); 176 rsgProgramVertexLoadProjectionMatrix(&proj); 211 rs_matrix4x4 proj; 213 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 100.0f); 214 rsgProgramVertexLoadProjectionMatrix(&proj);
|
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/ |
D | shaderstest.rs | 143 rs_matrix4x4 proj; 145 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 1000.0f); 146 rsgProgramVertexLoadProjectionMatrix(&proj); 164 rs_matrix4x4 proj, matrix; 165 rsMatrixLoadOrtho(&proj, 0, width, height, 0, -500, 500); 166 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 | TorusTest.java | 226 Matrix4f proj = new Matrix4f(); in initCustomShaders() local 227 proj.loadOrthoWindow(1280, 720); in initCustomShaders() 228 PVA.setProjection(proj); in initCustomShaders()
|
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 | 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 | 150 rs_matrix4x4 proj; 152 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 100.0f); 153 rsgProgramVertexLoadProjectionMatrix(&proj);
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
D | test_app.rs | 51 rs_matrix4x4 proj; 53 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 1.0f, 100.0f); 54 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
|
/frameworks/rs/scriptc/ |
D | rs_graphics.rsh | 133 * @param proj projection matrix 136 rsgProgramVertexLoadProjectionMatrix(const rs_matrix4x4 *proj); 157 * @param proj matrix to store the current projection matrix into 160 rsgProgramVertexGetProjectionMatrix(rs_matrix4x4 *proj);
|
/frameworks/base/docs/html/google/gcm/ |
D | gs.jd | 12 <li><a href="#create-proj">Creating a Google API Project</a></li> 35 <h2 id="create-proj">Creating a Google API project</h2>
|