HomeSort by relevance Sort by last modified time
    Searched defs:bindAllocation (Results 1 - 14 of 14) sorted by null

  /frameworks/base/libs/rs/
rsProgram.cpp 100 bindAllocation(NULL, ct);
112 void Program::bindAllocation(Allocation *alloc, uint32_t slot)
247 p->bindAllocation(static_cast<Allocation *>(constants), slot);
  /frameworks/base/graphics/java/android/renderscript/
ProgramVertex.java 36 public void bindAllocation(MatrixAllocation va) {
Script.java 50 public void bindAllocation(Allocation va, int slot) {
  /frameworks/base/libs/rs/java/Fountain/src/com/android/fountain/
FountainRS.java 108 script.bindAllocation(mIntAlloc, 0);
109 script.bindAllocation(partAlloc, 1);
  /frameworks/base/libs/rs/java/Film/src/com/android/film/
FilmRS.java 231 mPVBackground.bindAllocation(mPVA);
232 mPVImages.bindAllocation(mPVA);
236 mScriptStrip.bindAllocation(mAllocIDs, 0);
237 mScriptStrip.bindAllocation(mAllocPos, 1);
238 mScriptStrip.bindAllocation(mAllocState, 2);
239 mScriptStrip.bindAllocation(mPVA.mAlloc, 3);
245 mScriptStrip.bindAllocation(mAllocOffsets, 4);
250 mScriptStrip.bindAllocation(mAllocOffsetsTex, 5);
  /frameworks/base/libs/rs/java/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 204 script.bindAllocation(mParamsAllocation, 0);
205 script.bindAllocation(mInPixelsAllocation, 1);
206 script.bindAllocation(mOutPixelsAllocation, 2);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java 112 mPVBackground.bindAllocation(mPVAlloc);
175 script.bindAllocation(mState, RSID_STATE);
176 script.bindAllocation(mPVAlloc.mAlloc, RSID_PROGRAMVERTEX);
  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java 119 script.bindAllocation(mState, RSID_STATE);
120 script.bindAllocation(mParticlesBuffer, RSID_PARTICLES_BUFFER);
283 mPvBkOrtho.bindAllocation(mPvOrthoAlloc);
291 mPvBkProj.bindAllocation(mPvProjectionAlloc);
316 mPvStars.bindAllocation(mPvProjectionAlloc);
  /packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
NexusRS.java 139 script.bindAllocation(mState, RSID_STATE);
140 script.bindAllocation(mCommandAllocation, RSID_COMMAND);
276 mPvOrtho.bindAllocation(mPvOrthoAlloc);
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java 286 mPVBackground.bindAllocation(mPVAlloc);
349 script.bindAllocation(mState, RSID_STATE);
350 script.bindAllocation(mSourceTextures[0], RSID_NOISESRC1);
351 script.bindAllocation(mRealTextures[0], RSID_NOISEDST1);
352 script.bindAllocation(mSourceTextures[1], RSID_NOISESRC2);
353 script.bindAllocation(mRealTextures[1], RSID_NOISEDST2);
354 script.bindAllocation(mSourceTextures[2], RSID_NOISESRC3);
355 script.bindAllocation(mRealTextures[2], RSID_NOISEDST3);
356 script.bindAllocation(mSourceTextures[3], RSID_NOISESRC4);
357 script.bindAllocation(mRealTextures[3], RSID_NOISEDST4)
    [all...]
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java 139 mPVBackground.bindAllocation(mPVAlloc);
224 script.bindAllocation(mState, RSID_STATE);
225 script.bindAllocation(mPointAlloc, RSID_POINTS);
226 script.bindAllocation(mLineIdxAlloc, RSID_LINES);
227 script.bindAllocation(mPVAlloc.mAlloc, RSID_PROGRAMVERTEX);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 172 mPVBackground.bindAllocation(mPVAlloc);
300 script.bindAllocation(mState, RSID_STATE);
301 script.bindAllocation(mPointAlloc, RSID_POINTS);
302 script.bindAllocation(mLineIdxAlloc, RSID_LINES);
303 script.bindAllocation(mPVAlloc.mAlloc, RSID_PROGRAMVERTEX);
  /packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java 158 script.bindAllocation(mState, RSID_STATE);
159 script.bindAllocation(mUniformAlloc, RSID_CONSTANTS);
160 script.bindAllocation(mDropState, RSID_DROP);
331 mPvSky.bindAllocation(mPvOrthoAlloc);
404 mPvWater.bindAllocation(mPvOrthoAlloc);
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 200 script.bindAllocation(mState, RSID_STATE);
201 script.bindAllocation(mBlades, RSID_BLADES);
202 script.bindAllocation(mBladesBuffer, RSID_BLADES_BUFFER);
435 mPvBackground.bindAllocation(mPvOrthoAlloc);

Completed in 192 milliseconds