Searched refs:va (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DLinearLayoutTest.java33 int va = VERTICAL_ALIGNMENTS[i];
37 lp.gravity = va | ha;
H A DGridLayoutTest.java36 int va = VERTICAL_ALIGNMENTS[i];
43 lp.setGravity(va | ha);
H A DAlignmentTest.java93 Alignment va = VERTICAL_ALIGNMENTS[i];
96 LayoutParams layoutParams = new LayoutParams(spec(i, va), spec(j, ha));
/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 Drs.spec156 param RsAllocation va
166 param RsAllocation va
174 param RsAllocation va
182 param RsAllocation va
192 param RsAllocation va
204 param RsAllocation va
217 param RsAllocation va
221 param RsAllocation va
226 param RsAllocation va
234 param RsAllocation va
[all...]
H A DrsAllocation.cpp645 void rsi_AllocationSyncAll(Context *rsc, RsAllocation va, RsAllocationUsageType src) { argument
646 Allocation *a = static_cast<Allocation *>(va);
651 void rsi_AllocationGenerateMipmaps(Context *rsc, RsAllocation va) { argument
652 Allocation *alloc = static_cast<Allocation *>(va);
656 void rsi_AllocationCopyToBitmap(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) { argument
657 Allocation *a = static_cast<Allocation *>(va);
663 void rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, argument
665 Allocation *a = static_cast<Allocation *>(va);
669 void rsi_Allocation1DElementData(Context *rsc, RsAllocation va, uint32_t x, argument
671 Allocation *a = static_cast<Allocation *>(va);
675 rsi_AllocationElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t z, uint32_t lod, const void *data, size_t sizeBytes, size_t eoff) argument
681 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
687 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
694 rsi_AllocationRead(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) argument
709 rsi_AllocationResize1D(Context *rsc, RsAllocation va, uint32_t dimX) argument
714 rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) argument
853 rsi_Allocation1DRead(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, uint32_t count, void *data, size_t sizeBytes) argument
859 rsi_AllocationElementRead(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t z, uint32_t lod, void *data, size_t sizeBytes, size_t eoff) argument
865 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
872 rsi_Allocation3DRead(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, void *data, size_t sizeBytes, size_t stride) argument
892 rsi_AllocationAdapterOffset(Context *rsc, RsAllocation va, const uint32_t *offsets, size_t len) argument
901 rsaAllocationGetType(RsContext con, RsAllocation va) argument
[all...]
H A Drs.h38 void rsaMeshGetIndices(RsContext, RsMesh, RsAllocation *va,
46 const void* rsaAllocationGetType(RsContext con, RsAllocation va);
H A DrsScript.cpp170 void rsi_ScriptBindAllocation(Context * rsc, RsScript vs, RsAllocation va, uint32_t slot) { argument
172 Allocation *a = static_cast<Allocation *>(va);
H A DrsScriptC_LibGL.cpp94 CHECK_OBJ(va);
100 CHECK_OBJ(va);
H A DrsMesh.cpp312 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount) { argument
317 va[ct] = sm->mHal.state.indexBuffers[ct];
/frameworks/base/libs/common_time/
H A Dutils.h78 void internalLog(int prio, const char* tag, const char* fmt, va_list va);
/frameworks/rs/cpp/
H A DScript.cpp44 void Script::bindAllocation(sp<Allocation> va, uint32_t slot) const { argument
45 tryDispatch(mRS, RS::dispatch->ScriptBindAllocation(mRS->getContext(), getID(), BaseObj::getObjID(va), slot));
H A DrsDispatch.h24 typedef const void* (*AllocationGetTypeFnPtr)(RsContext con, RsAllocation va);
H A DrsCppStructs.h1403 void bindAllocation(sp<Allocation> va, uint32_t slot) const;
/frameworks/base/rs/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 long id = va != null ? va.getID(mRS) : 0;
H A DScript.java299 public void bindAllocation(Allocation va, int slot) { argument
301 mRS.validateObject(va);
302 if (va != null) {
307 final Type t = va.mType;
316 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot);
H A DProgramVertexFixedFunction.java39 * @param va allocation containing fixed function matrices
41 public void bindConstants(Constants va) { argument
43 bindConstants(va.getAllocation(), 0);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppLoadingScreen.java91 ProgramVertexFixedFunction.Constants va = new ProgramVertexFixedFunction.Constants(mRS);
92 ((ProgramVertexFixedFunction)pvDefault).bindConstants(va);
/frameworks/rs/driver/
H A DrsdMeshObj.cpp158 RsdVertexArray va(mAttribs, mAttribCount);
159 va.setup(rsc);
H A DrsdGL.cpp548 RsdVertexArray va(attribs, 2);
549 va.setup(rsc);
H A DrsdRuntimeStubs.cpp583 RsdVertexArray va(attribs, 2);
584 va.setup(rsc);
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp1131 int32_t va = t->prevAuxLevel; local
1141 *aux++ += (va >> 17) * (l + r);
1144 va += vaInc;
1146 t->prevAuxLevel = va;
1167 const int16_t va = t->auxLevel; local
1175 aux[0] = mulAdd(a, va, aux[0]);
1202 int32_t va = t->prevAuxLevel; local
1215 *aux++ += (va >> 17) * (l + r);
1218 va += vaInc;
1223 t->prevAuxLevel = va;
1230 const int16_t va = (int16_t)t->auxLevel; local
1292 int32_t va = t->prevAuxLevel; local
1320 const int16_t va = (int16_t)t->auxLevel; local
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java213 * @param va
216 public void bindAllocation(Allocation va, int slot) { argument
218 if (va != null) {
219 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot, mUseIncSupp);

Completed in 1232 milliseconds