Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DAllocation.cpp229 size_t eSize = mType->getElement()->getSizeBytes(); in copy1DRangeFrom() local
252 size_t eSize = mType->getElement()->getSizeBytes(); in copy1DRangeTo() local
296 size_t eSize = mType->getElement()->getSizeBytes(); in copy2DRangeFrom() local
325 size_t eSize = mType->getElement()->getSizeBytes(); in copy2DRangeTo() local
380 size_t eSize = mType->getElement()->getSizeBytes(); in copy3DRangeFrom() local
408 size_t eSize = mType->getElement()->getSizeBytes(); in copy3DRangeTo() local
/frameworks/rs/driver/runtime/
Drs_allocation.c257 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; local
265 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsGetElementAt() local
274 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsGetElementAt() local
283 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsSetElementAt() local
291 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsSetElementAt() local
300 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsSetElementAt() local
/frameworks/rs/driver/
DrsdAllocation.cpp875 const size_t eSize = alloc->mHal.state.type->getElementSizeBytes(); in rsdAllocationData1D() local
895 size_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationData2D() local
959 uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationData3D() local
994 const size_t eSize = alloc->mHal.state.type->getElementSizeBytes(); in rsdAllocationRead1D() local
1006 size_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationRead2D() local
1036 uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationRead3D() local
DrsdRuntimeStubs.cpp492 const uint32_t eSize = e->getSizeBytes(); in IS_CLEAR_SET_OBJ() local
/frameworks/rs/
DrsAllocation.cpp194 const size_t eSize = mHal.state.type->getElementSizeBytes(); in data() local
224 const size_t eSize = mHal.state.type->getElementSizeBytes(); in read() local
240 const size_t eSize = mHal.state.elementSizeBytes; in read() local
258 const size_t eSize = mHal.state.elementSizeBytes; in read() local
270 size_t eSize = mHal.state.elementSizeBytes; in elementData() local
305 size_t eSize = mHal.state.elementSizeBytes; in elementRead() local
/frameworks/base/rs/java/android/renderscript/
DAllocation.java1036 int eSize = mType.mElement.getBytesSize(); in setFromFieldPacker() local
1088 int eSize = mType.mElement.mElements[component_number].getBytesSize(); in setFromFieldPacker() local
2045 int eSize = mType.mElement.mElements[component_number].getBytesSize(); in copyToFieldPacker() local
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DAllocation.java997 int eSize = mType.mElement.getBytesSize(); in setFromFieldPacker() local
1028 int eSize = mType.mElement.mElements[component_number].getBytesSize(); in setFromFieldPacker() local