Home
last modified time | relevance | path

Searched refs:proj (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
Dfbotest.rs146 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);
Dfbosync.rs147 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/
Dshaderstest.rs142 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/
Dmesh_test.rs52 rs_matrix4x4 proj;
53 rsMatrixLoadOrtho(&proj, 0, gRenderSurfaceW, gRenderSurfaceH, 0, -500, 500);
54 rsgProgramVertexLoadProjectionMatrix(&proj);
Dtorus_test.rs117 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);
Dfill_test.rs62 rs_matrix4x4 proj;
63 rsMatrixLoadOrtho(&proj, 0, gRenderSurfaceW, gRenderSurfaceH, 0, -500, 500);
64 rsgProgramVertexLoadProjectionMatrix(&proj);
DFillTest.java151 Matrix4f proj = new Matrix4f(); in initFillScript() local
152 proj.loadOrthoWindow(mBenchmarkDimX, mBenchmarkDimY); in initFillScript()
153 PVA.setProjection(proj); in initFillScript()
DMeshTest.java148 Matrix4f proj = new Matrix4f(); in initGeoScript() local
149 proj.loadOrthoWindow(mBenchmarkDimX, mBenchmarkDimY); in initGeoScript()
150 PVA.setProjection(proj); in initGeoScript()
Dshader_def.rsh21 rs_matrix4x4 proj;
35 rs_matrix4x4 proj;
Drsbench.rs79 rs_matrix4x4 proj;
80 rsMatrixLoadOrtho(&proj, 0, gRenderSurfaceW, gRenderSurfaceH, 0, -500, 500);
81 rsgProgramVertexLoadProjectionMatrix(&proj);
DRsBenchRS.java246 Matrix4f proj = new Matrix4f(); in initProgramVertex() local
247 proj.loadOrthoWindow(mBenchmarkDimX, mBenchmarkDimY); in initProgramVertex()
248 mPVA.setProjection(proj); in initProgramVertex()
DTorusTest.java226 Matrix4f proj = new Matrix4f(); in initCustomShaders() local
227 proj.loadOrthoWindow(1280, 720); in initCustomShaders()
228 PVA.setProjection(proj); in initCustomShaders()
DUiTest.java221 Matrix4f proj = new Matrix4f(); in initUiScript() local
222 proj.loadOrthoWindow(1280, 720); in initUiScript()
223 PVA.setProjection(proj); in initUiScript()
Dui_test.rs109 rs_matrix4x4 proj;
110 rsMatrixLoadOrtho(&proj, 0, gRenderSurfaceW, gRenderSurfaceH, 0, -500, 500);
111 rsgProgramVertexLoadProjectionMatrix(&proj);
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
Dscenegraph.rs69 rs_matrix4x4 proj;
71 rsMatrixLoadPerspective(&proj, 30.0f, aspect, 0.1f, 100.0f);
72 rsgProgramVertexLoadProjectionMatrix(&proj);
Dsimplemodel.rs148 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/
Dtest_app.rs49 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/
Drsrenderstates.rs155 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 …]
Dshader_def.rsh21 rs_matrix4x4 proj;
35 rs_matrix4x4 proj;
44 rs_matrix4x4 proj;
DRsRenderStatesRS.java56 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/
Dcamera.rs31 rsMatrixLoadPerspective(&cam->proj, cam->horizontalFOV, cam->aspect, cam->near, cam->far);
47 rsMatrixLoad(&cam->viewProj, &cam->proj);
DTransformParam.java54 } else if(mParamName.equalsIgnoreCase(proj)) { in getTypeFromName()
DShaderParam.java47 static final String proj = "proj"; field in ShaderParam
Dscenegraph_objects.rsh149 rs_matrix4x4 proj;
232 rsDebug("Proj: ", &cam->proj);
Dparams.rsh133 rsMatrixLoad((rs_matrix4x4*)dataPtr, &currentCam->proj);

12