HomeSort by relevance Sort by last modified time
    Searched refs:getAllocation (Results 1 - 25 of 54) sorted by null

1 2 3

  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
TransformParam.java 45 mData.transform = mTransform.getRSData().getAllocation();
71 mData.transform = mTransform.getRSData().getAllocation();
74 mData.camera = mCamera.getRSData().getAllocation();
77 mData.light = mLight.getRSData().getAllocation();
TextureParam.java 59 mData.texture = mTexture.getRsData(false).getAllocation();
Camera.java 50 mField.set_transformMatrix(0, mTransform.getRSData().getAllocation(), true);
104 mData.transformMatrix = mTransform.getRSData().getAllocation();
RenderState.java 88 item.pv = mVertex.getRSData().getAllocation();
89 item.pf = mFragment.getRSData().getAllocation();
Renderable.java 145 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();
Float4Param.java 88 mData.light = mLight.getRSData().getAllocation();
135 mData.camera = mCamera.getRSData().getAllocation();
138 mData.light = mLight.getRSData().getAllocation();
FragmentShader.java 122 paramRS.data = p.getRSData().getAllocation();
155 item.shaderTextureParams = texParams.getAllocation();
161 item.shaderConstParams = mConstantBufferParams.getAllocation();
RenderPass.java 98 mRsField.camera = mCamera != null ? mCamera.getRSData().getAllocation() : null;
107 drawableAllocs[i] = dI.getRsField(rs, res).getAllocation();
Transform.java 62 childrenAllocs[i] = child.getRSData().getAllocation();
Scene.java 266 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();
ShaderParam.java 89 paramRS.data = matchingParam.getRSData().getAllocation();
121 mData.camera = mCamera.getRSData().getAllocation();
LightBase.java 76 mFieldData.transformMatrix = mTransform.getRSData().getAllocation();
VertexShader.java 100 item.shaderConstParams = mConstantBufferParams.getAllocation();
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
TorusTest.java 111 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().getType())
    [all...]
TextTest.java 59 mTests[index].testData = testData.getAllocation();
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_kernel_struct.java 40 A = t.getAllocation();
43 B = t.getAllocation();
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_kernel_struct.java 40 A = t.getAllocation();
43 B = t.getAllocation();
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
BallsRS.java 68 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());
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java 128 geometryBuilder.addConstant(vertexShaderConstants.getAllocation().getType());
131 programVertexGeometry.bindConstants(vertexShaderConstants.getAllocation(), 0);
167 innerPointBuilder.addVertexAllocation(innerPoints.getAllocation());
177 outerPointBuilder.addVertexAllocation(outerPoints.getAllocation());
214 backgroundBuilder.addVertexAllocation(fullQuad.getAllocation());
222 int size = points.getAllocation().getType().getX();
  /frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
FountainRS.java 45 smb.addVertexAllocation(points.getAllocation());
  /frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
FountainRS.java 45 smb.addVertexAllocation(points.getAllocation());
  /frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
RsRenderStatesRS.java 239 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(), 0)
    [all...]
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java 68 smb.addVertexAllocation(mSpaceClouds.getAllocation());
74 smb2.addVertexAllocation(mBgStars.getAllocation());
80 smb3.addVertexAllocation(mStaticStars.getAllocation());
179 pvs.bindConstants(mPvConsts.getAllocation(), 0);
190 pvs.bindConstants(mPvConsts.getAllocation(), 0);
200 pvs.bindConstants(mPvConsts.getAllocation(), 0);
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SgTransform.java 92 mTransformData.children = mChildField.getAllocation();
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 69 smb2.addVertexAllocation(mDotParticles.getAllocation());
75 smb3.addVertexAllocation(mBeamParticles.getAllocation());
173 backgroundBuilder.addVertexAllocation(mVertexColors.getAllocation());
206 pvs.bindConstants(mPvConsts.getAllocation(), 0);

Completed in 1242 milliseconds

1 2 3