Searched defs:va (Results 1 - 13 of 13) sorted by last modified time

/frameworks/rs/cpp/
H A DScript.cpp44 void Script::bindAllocation(sp<Allocation> va, uint32_t slot) const { argument
45 rsScriptBindAllocation(mRS->getContext(), getID(), BaseObj::getObjID(va), slot);
/frameworks/rs/
H A DrsAdapter.cpp60 void rsi_Adapter1DBindAllocation(Context *rsc, RsAdapter1D va, RsAllocation valloc) { argument
61 Adapter1D * a = static_cast<Adapter1D *>(va);
66 void rsi_Adapter1DSetConstraint(Context *rsc, RsAdapter1D va, RsDimension dim, uint32_t value) { argument
67 Adapter1D * a = static_cast<Adapter1D *>(va);
134 void rsi_Adapter2DBindAllocation(Context *rsc, RsAdapter2D va, RsAllocation valloc) { argument
135 Adapter2D * a = static_cast<Adapter2D *>(va);
140 void rsi_Adapter2DSetConstraint(Context *rsc, RsAdapter2D va, RsDimension dim, uint32_t value) { argument
141 Adapter2D * a = static_cast<Adapter2D *>(va);
H A DrsAllocation.cpp481 void rsi_AllocationSyncAll(Context *rsc, RsAllocation va, RsAllocationUsageType src) { argument
482 Allocation *a = static_cast<Allocation *>(va);
487 void rsi_AllocationGenerateMipmaps(Context *rsc, RsAllocation va) { argument
488 Allocation *alloc = static_cast<Allocation *>(va);
492 void rsi_AllocationCopyToBitmap(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) { argument
493 Allocation *a = static_cast<Allocation *>(va);
499 void rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, argument
501 Allocation *a = static_cast<Allocation *>(va);
505 void rsi_Allocation2DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t lod, RsAllocationCubemapFace face, argument
507 Allocation *a = static_cast<Allocation *>(va);
511 rsi_Allocation1DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t lod, const void *data, size_t sizeBytes, size_t eoff) argument
517 rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, const void *data, size_t sizeBytes, size_t stride) argument
523 rsi_Allocation3DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes, size_t stride) argument
530 rsi_AllocationRead(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) argument
542 rsi_AllocationResize1D(Context *rsc, RsAllocation va, uint32_t dimX) argument
547 rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) argument
677 rsi_Allocation1DRead(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, uint32_t count, void *data, size_t sizeBytes) argument
683 rsi_Allocation2DRead(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, void *data, size_t sizeBytes, size_t stride) argument
693 rsaAllocationGetType(RsContext con, RsAllocation va) argument
[all...]
H A DrsMesh.cpp315 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount) { argument
320 va[ct] = sm->mHal.state.indexBuffers[ct];
H A DrsScript.cpp152 void rsi_ScriptBindAllocation(Context * rsc, RsScript vs, RsAllocation va, uint32_t slot) { argument
154 Allocation *a = static_cast<Allocation *>(va);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java187 * @param va
190 public void bindAllocation(Allocation va, int slot) { argument
192 mT.thunkBindAllocation(va, slot);
197 if (va != null) {
198 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot);
H A DScriptCThunker.java61 void thunkBindAllocation(Allocation va, int slot) { argument
63 if (va != null) {
64 nva = ((AllocationThunker)va).mN;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBeanBag.java146 public float va; field in class:BeanBag.Board.Bean
205 va = randfrange(-30,30);
231 a = (a + va * dt);
248 va = 0;
259 va = randfrange(a*0.5f, a);
/frameworks/base/graphics/java/android/renderscript/
H A DProgram.java160 * @param va allocation containing texture data
164 public void bindTexture(Allocation va, int slot) argument
170 if (va != null && va.getType().hasFaces() &&
175 int id = va != null ? va.getID(mRS) : 0;
H A DProgramVertexFixedFunction.java43 * @param va allocation containing fixed function matrices
45 public void bindConstants(Constants va) { argument
47 bindConstants(va.getAllocation(), 0);
H A DScript.java188 public void bindAllocation(Allocation va, int slot) { argument
190 if (va != null) {
191 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot);
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp826 int32_t va = t->prevAuxLevel; local
836 *aux++ += (va >> 17) * (l + r);
839 va += vaInc;
841 t->prevAuxLevel = va;
862 const int16_t va = t->auxLevel; local
870 aux[0] = mulAdd(a, va, aux[0]);
896 int32_t va = t->prevAuxLevel; local
909 *aux++ += (va >> 17) * (l + r);
912 va += vaInc;
917 t->prevAuxLevel = va;
924 const int16_t va = (int16_t)t->auxLevel; local
985 int32_t va = t->prevAuxLevel; local
1013 const int16_t va = (int16_t)t->auxLevel; local
[all...]
H A DThreads.cpp2655 uint32_t vl, vr, va; local
2657 vl = vr = va = 0;
2691 va = (uint32_t)(v * sendLevel);
2718 if (va > MAX_GAIN_INT) {
2719 va = MAX_GAIN_INT; // va is uint32_t, so no need to check for -
2728 mAudioMixer->setParameter(name, param, AudioMixer::AUXLEVEL, (void *)va);

Completed in 226 milliseconds