Home
last modified time | relevance | path

Searched defs:eSize (Results 1 – 6 of 6) 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/driver/
DrsdAllocation.cpp800 const size_t eSize = alloc->mHal.state.type->getElementSizeBytes(); in rsdAllocationData1D() local
820 size_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationData2D() local
882 uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationData3D() local
917 const size_t eSize = alloc->mHal.state.type->getElementSizeBytes(); in rsdAllocationRead1D() local
929 size_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationRead2D() local
959 uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationRead3D() local
1082 size_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationElementData1D() local
1102 size_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationElementData2D() local
DrsdRuntimeStubs.cpp747 const uint32_t eSize = e->getSizeBytes(); in ElementAt1D() local
784 const uint32_t eSize = e->getSizeBytes(); in ElementAt2D() local
828 const uint32_t eSize = e->getSizeBytes(); in ElementAt3D() local
/frameworks/rs/
DrsAllocation.cpp117 const size_t eSize = mHal.state.type->getElementSizeBytes(); in data() local
147 const size_t eSize = mHal.state.type->getElementSizeBytes(); in read() local
163 const size_t eSize = mHal.state.elementSizeBytes; in read() local
181 const size_t eSize = mHal.state.elementSizeBytes; in read() local
193 size_t eSize = mHal.state.elementSizeBytes; in elementData() local
218 size_t eSize = mHal.state.elementSizeBytes; in elementData() local
/frameworks/base/rs/java/android/renderscript/
DAllocation.java778 int eSize = mType.mElement.getBytesSize(); in setFromFieldPacker() local
809 int eSize = mType.mElement.mElements[component_number].getBytesSize(); in setFromFieldPacker() local
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DAllocation.java644 int eSize = mType.mElement.getBytesSize(); in setFromFieldPacker() local
675 int eSize = mType.mElement.mElements[component_number].getBytesSize(); in setFromFieldPacker() local