Home
last modified time | relevance | path

Searched refs:getAllocation (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
DTorusTest.java111 mTests[index].testData = testData.getAllocation(); in addTest()
169 pvbCustom.addConstant(mVSConst.getAllocation().getType()); in initCustomShaders()
172 mProgVertexCustom.bindConstants(mVSConst.getAllocation(), 0); in initCustomShaders()
180 pfbCustom.addConstant(mFSConst.getAllocation().getType()); in initCustomShaders()
183 mProgFragmentCustom.bindConstants(mFSConst.getAllocation(), 0); in initCustomShaders()
188 pvbCustom.addConstant(mVSConstPixel.getAllocation().getType()); in initCustomShaders()
190 mProgVertexPixelLight.bindConstants(mVSConstPixel.getAllocation(), 0); in initCustomShaders()
195 pvbCustom.addConstant(mVSConstPixel.getAllocation().getType()); in initCustomShaders()
197 mProgVertexPixelLightMove.bindConstants(mVSConstPixel.getAllocation(), 0); in initCustomShaders()
202 pfbCustom.addConstant(mFSConstPixel.getAllocation().getType()); in initCustomShaders()
[all …]
DFillTest.java79 mTests[index].testData = testData.getAllocation(); in addTest()
128 mProgFragmentSingletexModulate.bindConstants(mFragData.getAllocation(), 0); in initCustomShaders()
DUiTest.java96 mTests[index].testData = testData.getAllocation(); in addTest()
145 meshBuilder.addVertexAllocation(p.getAllocation()); in createParticlesMesh()
327 pvs.bindConstants(mPvStarAlloc.getAllocation(), 0); in initUiScript()
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
DTransformParam.java45 mData.transform = mTransform.getRSData().getAllocation(); in setTransform()
71 mData.transform = mTransform.getRSData().getAllocation(); in initLocalData()
74 mData.camera = mCamera.getRSData().getAllocation(); in initLocalData()
77 mData.light = mLight.getRSData().getAllocation(); in initLocalData()
DRenderable.java145 mData.pf_textures[paramIndex++] = tex.getRsData(false).getAllocation(); in updateTextures()
184 mTransform).getAllocation(); in updateVertexConstants()
197 mTransform).getAllocation(); in updateFragmentConstants()
213 mData.transformMatrix = mTransform.getRSData().getAllocation(); in updateFieldItem()
216 mData.render_state = mRenderState.getRSData().getAllocation(); in updateFieldItem()
DFloat4Param.java88 mData.light = mLight.getRSData().getAllocation(); in setLight()
135 mData.camera = mCamera.getRSData().getAllocation(); in initLocalData()
138 mData.light = mLight.getRSData().getAllocation(); in initLocalData()
DScene.java266 sceneManager.mRenderLoop.set_gRenderPasses(mRenderPassAlloc.getAllocation()); in initRenderPassRS()
278 drawableAllocs[i] = dI.getRsField(rs, res).getAllocation(); in addDrawables()
293 shaderAllocs[i] = sI.getRSData().getAllocation(); in addShaders()
305 shaderAllocs[i] = sI.getRSData().getAllocation(); in addShaders()
351 cameraAllocs[i] = mCameras.get(i).getRSData().getAllocation(); in initRS()
363 lightAllocs[i] = mLights.get(i).getRSData().getAllocation(); in initRS()
DFragmentShader.java122 paramRS.data = p.getRSData().getAllocation(); in getTextureParams()
155 item.shaderTextureParams = texParams.getAllocation(); in getRSData()
161 item.shaderConstParams = mConstantBufferParams.getAllocation(); in getRSData()
DCamera.java50 mField.set_transformMatrix(0, mTransform.getRSData().getAllocation(), true); in setTransform()
104 mData.transformMatrix = mTransform.getRSData().getAllocation(); in getRSData()
DRenderState.java88 item.pv = mVertex.getRSData().getAllocation(); in updateRSData()
89 item.pf = mFragment.getRSData().getAllocation(); in updateRSData()
DRenderPass.java98 mRsField.camera = mCamera != null ? mCamera.getRSData().getAllocation() : null; in getRsField()
107 drawableAllocs[i] = dI.getRsField(rs, res).getAllocation(); in getRsField()
DShaderParam.java89 paramRS.data = matchingParam.getRSData().getAllocation(); in fillInParams()
121 mData.camera = mCamera.getRSData().getAllocation(); in setCamera()
DTextureParam.java59 mData.texture = mTexture.getRsData(false).getAllocation(); in initLocalData()
DTransform.java62 childrenAllocs[i] = child.getRSData().getAllocation(); in updateRSChildData()
DLightBase.java76 mFieldData.transformMatrix = mTransform.getRSData().getAllocation(); in updateRSData()
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
DBallsRS.java71 pvs.bindConstants(mVpConsts.getAllocation(), 0); in createProgramVertex()
115 smb.addVertexAllocation(mPoints.getAllocation()); in init()
125 mPhysicsScript.set_gBalls(mBalls.getAllocation()); in init()
132 mScript.set_gGrid(mGrid.getAllocation()); in init()
142 mPhysicsScript.set_gGrid(mGrid.getAllocation()); in init()
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
DRsRenderStatesRS.java239 pvbCustom.addConstant(mVSConst.getAllocation().getType()); in initCustomShaders()
242 mProgVertexCustom.bindConstants(mVSConst.getAllocation(), 0); in initCustomShaders()
250 pfbCustom.addConstant(mFSConst.getAllocation().getType()); in initCustomShaders()
253 mProgFragmentCustom.bindConstants(mFSConst.getAllocation(), 0); in initCustomShaders()
258 pvbCustom.addConstant(mVSConst2.getAllocation().getType()); in initCustomShaders()
260 mProgVertexCustom2.bindConstants(mVSConst2.getAllocation(), 0); in initCustomShaders()
265 pfbCustom.addConstant(mFSConst2.getAllocation().getType()); in initCustomShaders()
267 mProgFragmentCustom2.bindConstants(mFSConst2.getAllocation(), 0); in initCustomShaders()
273 pvbCustom.addConstant(mVSConst.getAllocation().getType()); in initCustomShaders()
275 mProgVertexCube.bindConstants(mVSConst.getAllocation(), 0); in initCustomShaders()
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_kernel_struct.java40 A = t.getAllocation(); in initializeGlobals()
43 B = t.getAllocation(); in initializeGlobals()
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_kernel_struct.java40 A = t.getAllocation(); in initializeGlobals()
43 B = t.getAllocation(); in initializeGlobals()
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_kernel_struct.java40 A = t.getAllocation(); in initializeGlobals()
43 B = t.getAllocation(); in initializeGlobals()
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
DTestAppRS.java156 Type camParamType = camParams.getAllocation().getType(); in initPaintShaders()
173 fb.setObjectConst(lightParams.getAllocation().getType()); in initPaintShaders()
178 fb.setObjectConst(lightParams.getAllocation().getType()); in initPaintShaders()
/frameworks/base/rs/java/android/renderscript/
DProgramVertexFixedFunction.java43 bindConstants(va.getAllocation(), 0); in bindConstants()
207 Allocation getAllocation() { in getAllocation() method in ProgramVertexFixedFunction.Constants
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
DShadersTestRS.java117 fs.addConstant(mFSVignetteConst.getAllocation().getType()); in initPF()
120 mPFVignette.bindConstants(mFSVignetteConst.getAllocation(), 0); in initPF()
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
DFountainRS.java45 smb.addVertexAllocation(points.getAllocation()); in init()
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
DFountainRS.java45 smb.addVertexAllocation(points.getAllocation()); in init()

12