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

1 2 3

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Atan2PiTest.java 91 mIn = in.getAllocation();
97 mIn = in.getAllocation();
103 mIn = in.getAllocation();
109 mIn = in.getAllocation();
115 mIn = in.getAllocation();
121 mIn = in.getAllocation();
127 mIn = in.getAllocation();
133 mIn = in.getAllocation();
Atan2Test.java 91 mIn = in.getAllocation();
97 mIn = in.getAllocation();
103 mIn = in.getAllocation();
109 mIn = in.getAllocation();
115 mIn = in.getAllocation();
121 mIn = in.getAllocation();
127 mIn = in.getAllocation();
133 mIn = in.getAllocation();
CopysignTest.java 95 mIn = in.getAllocation();
101 mIn = in.getAllocation();
110 mIn = in.getAllocation();
116 mIn = in.getAllocation();
125 mIn = in.getAllocation();
131 mIn = in.getAllocation();
140 mIn = in.getAllocation();
146 mIn = in.getAllocation();
FdimTest.java 90 mIn = floatArray.getAllocation();
96 mIn = floatArray.getAllocation();
102 mIn = floatArray.getAllocation();
108 mIn = floatArray.getAllocation();
114 mIn = floatArray.getAllocation();
120 mIn = floatArray.getAllocation();
126 mIn = floatArray.getAllocation();
132 mIn = floatArray.getAllocation();
FmaTest.java 91 mIn = floatArray.getAllocation();
97 mIn = floatArray.getAllocation();
103 mIn = floatArray.getAllocation();
109 mIn = floatArray.getAllocation();
115 mIn = floatArray.getAllocation();
121 mIn = floatArray.getAllocation();
127 mIn = floatArray.getAllocation();
133 mIn = floatArray.getAllocation();
FmaxTest.java 90 mIn = in.getAllocation();
96 mIn = in.getAllocation();
102 mIn = in.getAllocation();
108 mIn = in.getAllocation();
114 mIn = in.getAllocation();
120 mIn = in.getAllocation();
126 mIn = in.getAllocation();
132 mIn = in.getAllocation();
FminTest.java 90 mIn = in.getAllocation();
96 mIn = in.getAllocation();
102 mIn = in.getAllocation();
108 mIn = in.getAllocation();
114 mIn = in.getAllocation();
120 mIn = in.getAllocation();
126 mIn = in.getAllocation();
132 mIn = in.getAllocation();
FmodTest.java 94 mIn = floatArray.getAllocation();
100 mIn = floatArray.getAllocation();
109 mIn = floatArray.getAllocation();
115 mIn = floatArray.getAllocation();
124 mIn = floatArray.getAllocation();
130 mIn = floatArray.getAllocation();
139 mIn = floatArray.getAllocation();
145 mIn = floatArray.getAllocation();
HypotTest.java 91 mIn = in.getAllocation();
97 mIn = in.getAllocation();
103 mIn = in.getAllocation();
109 mIn = in.getAllocation();
115 mIn = in.getAllocation();
121 mIn = in.getAllocation();
127 mIn = in.getAllocation();
133 mIn = in.getAllocation();
MadTest.java 91 mIn = in.getAllocation();
97 mIn = in.getAllocation();
103 mIn = in.getAllocation();
109 mIn = in.getAllocation();
115 mIn = in.getAllocation();
121 mIn = in.getAllocation();
127 mIn = in.getAllocation();
133 mIn = in.getAllocation();
NextafterTest.java 91 mIn = inputDataArray.getAllocation();
97 mIn = inputDataArray.getAllocation();
103 mIn = inputDataArray.getAllocation();
109 mIn = inputDataArray.getAllocation();
115 mIn = inputDataArray.getAllocation();
121 mIn = inputDataArray.getAllocation();
127 mIn = inputDataArray.getAllocation();
133 mIn = inputDataArray.getAllocation();
RemainderTest.java 93 mIn = in.getAllocation();
99 mIn = in.getAllocation();
105 mIn = in.getAllocation();
111 mIn = in.getAllocation();
117 mIn = in.getAllocation();
123 mIn = in.getAllocation();
129 mIn = in.getAllocation();
135 mIn = in.getAllocation();
StepTest.java 90 mIn = in.getAllocation();
96 mIn = in.getAllocation();
102 mIn = in.getAllocation();
108 mIn = in.getAllocation();
114 mIn = in.getAllocation();
120 mIn = in.getAllocation();
126 mIn = in.getAllocation();
132 mIn = in.getAllocation();
PowTest.java 97 mIn = in.getAllocation();
103 mIn = in.getAllocation();
109 mIn = in.getAllocation();
115 mIn = in.getAllocation();
121 mIn = in.getAllocation();
127 mIn = in.getAllocation();
133 mIn = in.getAllocation();
139 mIn = in.getAllocation();
PowrTest.java 97 mIn = in.getAllocation();
103 mIn = in.getAllocation();
109 mIn = in.getAllocation();
115 mIn = in.getAllocation();
121 mIn = in.getAllocation();
127 mIn = in.getAllocation();
133 mIn = in.getAllocation();
139 mIn = in.getAllocation();
IsObjectTest.java 65 mIn = filed.getAllocation();
85 mIn = filed.getAllocation();
109 mIn = filed.getAllocation();
132 mIn = filed.getAllocation();
154 mIn = filed.getAllocation();
SetObjectTest.java 64 mIn = filed.getAllocation();
84 mIn = filed.getAllocation();
107 mIn = filed.getAllocation();
129 mIn = filed.getAllocation();
151 mIn = filed.getAllocation();
CrossTest.java 85 mIn = in.getAllocation();
93 mIn = in.getAllocation();
104 mIn = in.getAllocation();
112 mIn = in.getAllocation();
  /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();
  /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...]
  /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());

Completed in 173 milliseconds

1 2 3