Home
last modified time | relevance | path

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

/frameworks/rs/driver/runtime/
Drs_allocation.c195 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsGetElementAt() local
203 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsGetElementAt() local
212 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsGetElementAt() local
221 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsSetElementAt() local
229 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsSetElementAt() local
238 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsSetElementAt() local
/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/
DrsdAllocation.cpp833 const size_t eSize = alloc->mHal.state.type->getElementSizeBytes(); in rsdAllocationData1D() local
853 size_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationData2D() local
917 uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationData3D() local
952 const size_t eSize = alloc->mHal.state.type->getElementSizeBytes(); in rsdAllocationRead1D() local
964 size_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationRead2D() local
994 uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationRead3D() local
DrsdRuntimeStubs.cpp509 const uint32_t eSize = e->getSizeBytes(); in IS_CLEAR_SET_OBJ() local
/frameworks/rs/
DrsAllocation.cpp196 const size_t eSize = mHal.state.type->getElementSizeBytes(); in data() local
227 const size_t eSize = mHal.state.type->getElementSizeBytes(); in read() local
244 const size_t eSize = mHal.state.elementSizeBytes; in read() local
263 const size_t eSize = mHal.state.elementSizeBytes; in read() 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/rs/support/java/src/androidx/renderscript/
DAllocation.java997 int eSize = mType.mElement.getBytesSize(); in setFromFieldPacker() local
1028 int eSize = mType.mElement.mElements[component_number].getBytesSize(); in setFromFieldPacker() local