OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getAllocation
(Results
1 - 25
of
35
) sorted by null
1
2
/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
());
/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
...]
UiTest.java
96
mTests[index].testData = testData.
getAllocation
();
145
meshBuilder.addVertexAllocation(p.
getAllocation
());
327
pvs.bindConstants(mPvStarAlloc.
getAllocation
(), 0);
FillTest.java
79
mTests[index].testData = testData.
getAllocation
();
128
mProgFragmentSingletexModulate.bindConstants(mFragData.
getAllocation
(), 0);
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
FountainRS.java
45
smb.addVertexAllocation(points.
getAllocation
());
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
FountainFboRS.java
47
smb.addVertexAllocation(points.
getAllocation
());
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
FountainRS.java
45
smb.addVertexAllocation(points.
getAllocation
());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
Buffer.java
68
public Allocation
getAllocation
() {
/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);
/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();
/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);
/frameworks/base/graphics/java/android/renderscript/
ProgramVertexFixedFunction.java
47
bindConstants(va.
getAllocation
(), 0);
211
Allocation
getAllocation
() {
Script.java
335
public Allocation
getAllocation
() {
/packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java
66
smb2.addVertexAllocation(mDotParticles.
getAllocation
());
158
backgroundBuilder.addVertexAllocation(mVertexColors.
getAllocation
());
191
pvs.bindConstants(mPvConsts.
getAllocation
(), 0);
/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/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java
73
meshBuilder.addVertexAllocation(p.
getAllocation
());
223
pvs.bindConstants(mPvStarAlloc.
getAllocation
(), 0);
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java
335
builder.addConstant(mVSConst.
getAllocation
().getType());
339
mPV5tex.bindConstants(mVSConst.
getAllocation
(), 0);
343
mPV4tex.bindConstants(mVSConst.
getAllocation
(), 0);
375
builder.addConstant(mFSConst.
getAllocation
().getType());
380
mPF5tex.bindConstants(mFSConst.
getAllocation
(), 0);
387
builder.addConstant(mFSConst.
getAllocation
().getType());
391
mPF4tex.bindConstants(mFSConst.
getAllocation
(), 0);
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
ShadersTestRS.java
117
fs.addConstant(mFSVignetteConst.
getAllocation
().getType());
120
mPFVignette.bindConstants(mFSVignetteConst.
getAllocation
(), 0);
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java
136
meshBuilder.addVertexAllocation(mVertexBuffer.
getAllocation
());
143
mPointAlloc = mVertexBuffer.
getAllocation
();
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
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
();
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Script.java
457
public Allocation
getAllocation
() {
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java
200
meshBuilder.addVertexAllocation(mVertexBuffer.
getAllocation
());
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java
261
meshBuilder.addVertexAllocation(mVertexBuffer.
getAllocation
());
272
mPointAlloc = mVertexBuffer.
getAllocation
();
/frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselRS.java
395
pfbSingleBlend.addConstant(mFSConst.
getAllocation
().getType());
398
mSingleTextureBlendingFragmentProgram.bindConstants(mFSConst.
getAllocation
(), 0);
411
pfbMulti.addConstant(mFSConst.
getAllocation
().getType());
414
mMultiTextureFragmentProgram.bindConstants(mFSConst.
getAllocation
(), 0);
428
pfbMultiBlend.addConstant(mFSConst.
getAllocation
().getType());
431
mMultiTextureBlendingFragmentProgram.bindConstants(mFSConst.
getAllocation
(), 0);
483
int oldSize = mCards.
getAllocation
().getType().getX();
[
all
...]
/frameworks/rs/cpp/
rsCppStructs.h
[
all
...]
Completed in 204 milliseconds
1
2