Searched refs:getAllocation (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DTransformParam.java45 mData.transform = mTransform.getRSData().getAllocation();
71 mData.transform = mTransform.getRSData().getAllocation();
74 mData.camera = mCamera.getRSData().getAllocation();
77 mData.light = mLight.getRSData().getAllocation();
H A DTextureParam.java59 mData.texture = mTexture.getRsData(false).getAllocation();
H A DCamera.java50 mField.set_transformMatrix(0, mTransform.getRSData().getAllocation(), true);
104 mData.transformMatrix = mTransform.getRSData().getAllocation();
H A DRenderState.java88 item.pv = mVertex.getRSData().getAllocation();
89 item.pf = mFragment.getRSData().getAllocation();
H A DRenderable.java145 mData.pf_textures[paramIndex++] = tex.getRsData(false).getAllocation();
184 mTransform).getAllocation();
197 mTransform).getAllocation();
213 mData.transformMatrix = mTransform.getRSData().getAllocation();
216 mData.render_state = mRenderState.getRSData().getAllocation();
H A DFloat4Param.java88 mData.light = mLight.getRSData().getAllocation();
135 mData.camera = mCamera.getRSData().getAllocation();
138 mData.light = mLight.getRSData().getAllocation();
H A DFragmentShader.java122 paramRS.data = p.getRSData().getAllocation();
155 item.shaderTextureParams = texParams.getAllocation();
161 item.shaderConstParams = mConstantBufferParams.getAllocation();
H A DRenderPass.java98 mRsField.camera = mCamera != null ? mCamera.getRSData().getAllocation() : null;
107 drawableAllocs[i] = dI.getRsField(rs, res).getAllocation();
H A DTransform.java62 childrenAllocs[i] = child.getRSData().getAllocation();
H A DScene.java266 sceneManager.mRenderLoop.set_gRenderPasses(mRenderPassAlloc.getAllocation());
278 drawableAllocs[i] = dI.getRsField(rs, res).getAllocation();
293 shaderAllocs[i] = sI.getRSData().getAllocation();
305 shaderAllocs[i] = sI.getRSData().getAllocation();
351 cameraAllocs[i] = mCameras.get(i).getRSData().getAllocation();
363 lightAllocs[i] = mLights.get(i).getRSData().getAllocation();
H A DShaderParam.java89 paramRS.data = matchingParam.getRSData().getAllocation();
121 mData.camera = mCamera.getRSData().getAllocation();
H A DLightBase.java76 mFieldData.transformMatrix = mTransform.getRSData().getAllocation();
H A DVertexShader.java100 item.shaderConstParams = mConstantBufferParams.getAllocation();
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DTorusTest.java111 mTests[index].testData = testData.getAllocation();
169 pvbCustom.addConstant(mVSConst.getAllocation().getType());
172 mProgVertexCustom.bindConstants(mVSConst.getAllocation(), 0);
180 pfbCustom.addConstant(mFSConst.getAllocation().getType());
183 mProgFragmentCustom.bindConstants(mFSConst.getAllocation(), 0);
188 pvbCustom.addConstant(mVSConstPixel.getAllocation().getType());
190 mProgVertexPixelLight.bindConstants(mVSConstPixel.getAllocation(), 0);
195 pvbCustom.addConstant(mVSConstPixel.getAllocation().getType());
197 mProgVertexPixelLightMove.bindConstants(mVSConstPixel.getAllocation(), 0);
202 pfbCustom.addConstant(mFSConstPixel.getAllocation()
[all...]
H A DTextTest.java59 mTests[index].testData = testData.getAllocation();
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_kernel_struct.java40 A = t.getAllocation();
43 B = t.getAllocation();
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_kernel_struct.java40 A = t.getAllocation();
43 B = t.getAllocation();
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java68 pvs.bindConstants(mVpConsts.getAllocation(), 0);
109 smb.addVertexAllocation(mPoints.getAllocation());
119 mPhysicsScript.set_gBalls(mBalls.getAllocation());
126 mScript.set_gGrid(mGrid.getAllocation());
136 mPhysicsScript.set_gGrid(mGrid.getAllocation());
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
H A DFountainRS.java45 smb.addVertexAllocation(points.getAllocation());
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
H A DFountainRS.java45 smb.addVertexAllocation(points.getAllocation());
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java239 pvbCustom.addConstant(mVSConst.getAllocation().getType());
242 mProgVertexCustom.bindConstants(mVSConst.getAllocation(), 0);
250 pfbCustom.addConstant(mFSConst.getAllocation().getType());
253 mProgFragmentCustom.bindConstants(mFSConst.getAllocation(), 0);
258 pvbCustom.addConstant(mVSConst2.getAllocation().getType());
260 mProgVertexCustom2.bindConstants(mVSConst2.getAllocation(), 0);
265 pfbCustom.addConstant(mFSConst2.getAllocation().getType());
267 mProgFragmentCustom2.bindConstants(mFSConst2.getAllocation(), 0);
273 pvbCustom.addConstant(mVSConst.getAllocation().getType());
275 mProgVertexCube.bindConstants(mVSConst.getAllocation(),
[all...]
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSgTransform.java92 mTransformData.children = mChildField.getAllocation();
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppRS.java156 Type camParamType = camParams.getAllocation().getType();
173 fb.setObjectConst(lightParams.getAllocation().getType());
178 fb.setObjectConst(lightParams.getAllocation().getType());
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
H A DFountainFboRS.java47 smb.addVertexAllocation(points.getAllocation());
/frameworks/base/rs/java/android/renderscript/
H A DProgramVertexFixedFunction.java43 bindConstants(va.getAllocation(), 0);
207 Allocation getAllocation() { method in class:ProgramVertexFixedFunction.Constants

Completed in 2430 milliseconds

12