Searched defs:va (Results 1 - 12 of 12) sorted by relevance

/frameworks/rs/
H A DrsApiAllocation.cpp23 extern "C" const void * rsaAllocationGetType(RsContext con, RsAllocation va) { argument
24 Allocation *a = static_cast<Allocation *>(va);
H A DrsApiMesh.cpp43 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount) { argument
48 va[ct] = sm->mHal.state.indexBuffers[ct];
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 DrsAllocation.cpp705 void rsi_AllocationSyncAll(Context *rsc, RsAllocation va, RsAllocationUsageType src) { argument
706 Allocation *a = static_cast<Allocation *>(va);
711 void rsi_AllocationGenerateMipmaps(Context *rsc, RsAllocation va) { argument
712 Allocation *alloc = static_cast<Allocation *>(va);
716 void rsi_AllocationCopyToBitmap(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) { argument
717 Allocation *a = static_cast<Allocation *>(va);
723 void rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, argument
725 Allocation *a = static_cast<Allocation *>(va);
729 void rsi_Allocation1DElementData(Context *rsc, RsAllocation va, uint32_t x, argument
731 Allocation *a = static_cast<Allocation *>(va);
735 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
741 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
747 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
754 rsi_AllocationRead(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) argument
769 rsi_AllocationResize1D(Context *rsc, RsAllocation va, uint32_t dimX) argument
774 rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) argument
937 rsi_Allocation1DRead(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, uint32_t count, void *data, size_t sizeBytes) argument
943 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
949 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
956 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
976 rsi_AllocationAdapterOffset(Context *rsc, RsAllocation va, const uint32_t *offsets, size_t len) argument
[all...]
/frameworks/rs/cpp/
H A DScript.cpp43 void Script::bindAllocation(sp<Allocation> va, uint32_t slot) const { argument
44 tryDispatch(mRS, RS::dispatch->ScriptBindAllocation(mRS->getContext(), getID(), BaseObj::getObjID(va), slot));
/frameworks/base/rs/java/android/renderscript/
H A DProgramVertexFixedFunction.java39 * @param va allocation containing fixed function matrices
41 public void bindConstants(Constants va) { argument
43 bindConstants(va.getAllocation(), 0);
H A DProgram.java161 * @param va allocation containing texture data
165 public void bindTexture(Allocation va, int slot) argument
171 if (va != null && va.getType().hasFaces() &&
176 long id = va != null ? va.getID(mRS) : 0;
H A DScript.java352 public void bindAllocation(Allocation va, int slot) { argument
354 mRS.validateObject(va);
355 if (va != null) {
360 final Type t = va.mType;
369 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java215 * @param va
218 public void bindAllocation(Allocation va, int slot) { argument
220 if (va != null) {
221 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot, mUseIncSupp);
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp1128 int32_t va = t->prevAuxLevel; local
1138 *aux++ += (va >> 17) * (l + r);
1141 va += vaInc;
1143 t->prevAuxLevel = va;
1164 const int16_t va = t->auxLevel; local
1172 aux[0] = mulAdd(a, va, aux[0]);
1199 int32_t va = t->prevAuxLevel; local
1212 *aux++ += (va >> 17) * (l + r);
1215 va += vaInc;
1220 t->prevAuxLevel = va;
1227 const int16_t va = (int16_t)t->auxLevel; local
1289 int32_t va = t->prevAuxLevel; local
1317 const int16_t va = (int16_t)t->auxLevel; local
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...

Completed in 217 milliseconds