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.rs148 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);
Dfbosync.rs149 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/
Dshaderstest.rs143 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/
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);
DTorusTest.java226 Matrix4f proj = new Matrix4f(); in initCustomShaders() local
227 proj.loadOrthoWindow(1280, 720); in initCustomShaders()
228 PVA.setProjection(proj); in initCustomShaders()
DRsBenchRS.java246 Matrix4f proj = new Matrix4f(); in initProgramVertex() local
247 proj.loadOrthoWindow(mBenchmarkDimX, mBenchmarkDimY); in initProgramVertex()
248 mPVA.setProjection(proj); in initProgramVertex()
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.rs150 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/
Dtest_app.rs51 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/
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
/frameworks/rs/scriptc/
Drs_graphics.rsh133 * @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/
Dgs.jd12 <li><a href="#create-proj">Creating a Google API Project</a></li>
35 <h2 id="create-proj">Creating a Google API project</h2>

12