Home
last modified time | relevance | path

Searched defs:eSize (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/driver/runtime/
Drs_allocation.c193 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsGetElementAt() local
201 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsGetElementAt() local
210 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsGetElementAt() local
219 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsSetElementAt() local
227 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsSetElementAt() local
236 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsSetElementAt() local
/frameworks/rs/cpp/
DAllocation.cpp230 size_t eSize = mType->getElement()->getSizeBytes(); in copy1DRangeFrom() local
253 size_t eSize = mType->getElement()->getSizeBytes(); in copy1DRangeTo() local
297 size_t eSize = mType->getElement()->getSizeBytes(); in copy2DRangeFrom() local
326 size_t eSize = mType->getElement()->getSizeBytes(); in copy2DRangeTo() local
381 size_t eSize = mType->getElement()->getSizeBytes(); in copy3DRangeFrom() local
409 size_t eSize = mType->getElement()->getSizeBytes(); in copy3DRangeTo() local
/frameworks/rs/driver/
DrsdAllocation.cpp848 const size_t eSize = alloc->mHal.state.type->getElementSizeBytes(); in rsdAllocationData1D() local
868 size_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationData2D() local
930 uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationData3D() local
965 const size_t eSize = alloc->mHal.state.type->getElementSizeBytes(); in rsdAllocationRead1D() local
977 size_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationRead2D() local
1007 uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationRead3D() local
DrsdRuntimeStubs.cpp280 const uint32_t eSize = e->getSizeBytes(); in IS_CLEAR_SET_OBJ() local
/frameworks/rs/
DrsAllocation.cpp184 const size_t eSize = mHal.state.type->getElementSizeBytes(); in data() local
214 const size_t eSize = mHal.state.type->getElementSizeBytes(); in read() local
230 const size_t eSize = mHal.state.elementSizeBytes; in read() local
248 const size_t eSize = mHal.state.elementSizeBytes; in read() local
260 size_t eSize = mHal.state.elementSizeBytes; in elementData() local
295 size_t eSize = mHal.state.elementSizeBytes; in elementRead() local
/frameworks/base/rs/java/android/renderscript/
DAllocation.java818 int eSize = mType.mElement.getBytesSize(); in setFromFieldPacker() local
870 int eSize = mType.mElement.mElements[component_number].getBytesSize(); in setFromFieldPacker() local
1509 int eSize = mType.mElement.mElements[component_number].getBytesSize(); in copyToFieldPacker() local
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DAllocation.java747 int eSize = mType.mElement.getBytesSize(); in setFromFieldPacker() local
778 int eSize = mType.mElement.mElements[component_number].getBytesSize(); in setFromFieldPacker() local