/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicHistogram.java | 88 if (ain.getType().getElement().getVectorSize() < in forEach() 89 mOut.getType().getElement().getVectorSize()) { in forEach() 189 if (mOut.getType().getElement().getVectorSize() != 1) { in forEach_Dot()
|
D | Allocation.java | 1144 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy1DRangeFromUnchecked() 1479 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy2DRangeFromUnchecked() 1756 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy3DRangeFromUnchecked() 1862 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copyTo() 2098 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy1DRangeToUnchecked() 2398 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy2DRangeToUnchecked() 2595 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy3DRangeToUnchecked()
|
D | Element.java | 100 public int getVectorSize() {return mVectorSize;} in getVectorSize() method in Element
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | ScriptIntrinsicHistogram.java | 98 if (ain.getType().getElement().getVectorSize() < 99 mOut.getType().getElement().getVectorSize()) { 199 if (mOut.getType().getElement().getVectorSize() != 1) {
|
D | Allocation.java | 1124 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy1DRangeFromUnchecked() 1452 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy2DRangeFromUnchecked() 1709 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy3DRangeFromUnchecked() 1800 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copyTo() 1998 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy1DRangeToUnchecked() 2294 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) { in copy2DRangeToUnchecked()
|
D | Element.java | 109 public int getVectorSize() { in getVectorSize() method in Element
|
/frameworks/rs/ |
D | rsElement.h | 96 uint32_t getVectorSize() const {return mComponent.getVectorSize();} in getVectorSize() function
|
D | rsComponent.h | 41 uint32_t getVectorSize() const {return mVectorSize;} in getVectorSize() function
|
D | rsApiElement.cpp | 31 (*elemData++) = e->getComponent().getVectorSize(); in rsaElementGetNativeData()
|
D | rsElement.cpp | 142 component.getVectorSize()); in createFromStream() 175 mHal.state.vectorSize = mComponent.getVectorSize(); in compute() 241 (ee->getComponent().getVectorSize() == vecSize)) { in createRef()
|
D | rsMesh.cpp | 228 vectorSize = bufferElem->getField(ct)->getComponent().getVectorSize(); in computeBBox()
|
/frameworks/rs/cpp/ |
D | Allocation.cpp | 228 if (mAutoPadding && (mType->getElement()->getVectorSize() == 3)) { in copy1DRangeFrom() 251 if (mAutoPadding && (mType->getElement()->getVectorSize() == 3)) { in copy1DRangeTo() 295 if (mAutoPadding && (mType->getElement()->getVectorSize() == 3)) { in copy2DRangeFrom() 324 if (mAutoPadding && (mType->getElement()->getVectorSize() == 3)) { in copy2DRangeTo() 379 if (mAutoPadding && (mType->getElement()->getVectorSize() == 3)) { in copy3DRangeFrom() 407 if (mAutoPadding && (mType->getElement()->getVectorSize() == 3)) { in copy3DRangeTo()
|
D | ScriptIntrinsics.cpp | 471 if (ain->getType()->getElement()->getVectorSize() < in forEach() 472 mOut->getType()->getElement()->getVectorSize()) { in forEach() 490 if (mOut->getType()->getElement()->getVectorSize() != 1) { in forEach_dot()
|
D | rsCppStructs.h | 998 uint32_t getVectorSize() const { in getVectorSize() function
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicHistogram.cpp | 108 uint32_t vSize = mAllocOut->getType()->getElement()->getVectorSize(); in preLaunch() 129 switch(ains[0]->getType()->getElement()->getVectorSize()) { in preLaunch() 157 uint32_t vSize = mAllocOut->getType()->getElement()->getVectorSize(); in postLaunch()
|
D | rsCpuIntrinsicConvolve3x3.cpp | 462 switch(e->getVectorSize()) { in RsdCpuScriptIntrinsicConvolve3x3() 475 switch(e->getVectorSize()) { in RsdCpuScriptIntrinsicConvolve3x3()
|
D | rsCpuIntrinsicColorMatrix.cpp | 271 switch (ein->getVectorSize()) { in computeKey() 288 switch (eout->getVectorSize()) { in computeKey()
|
D | rsCpuIntrinsicResize.cpp | 659 switch(mAlloc->getType()->getElement()->getVectorSize()) { in preLaunch() 672 switch(mAlloc->getType()->getElement()->getVectorSize()) { in preLaunch()
|
D | rsCpuIntrinsicConvolve5x5.cpp | 659 switch(e->getVectorSize()) { in RsdCpuScriptIntrinsicConvolve5x5() 672 switch(e->getVectorSize()) { in RsdCpuScriptIntrinsicConvolve5x5()
|
D | rsCpuIntrinsicBlur.cpp | 431 switch (e->getVectorSize()) { in RsdCpuScriptIntrinsicBlur()
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 478 if (vecSize != e->getVectorSize()) { in IS_CLEAR_SET_OBJ() 479 …intf(buf, sizeof(buf), "Vector size mismatch for ElementAt %i of %i", vecSize, e->getVectorSize()); in IS_CLEAR_SET_OBJ()
|
D | rsdAllocation.cpp | 799 (e->getVectorSize() != 4)) { in rsdAllocationSetSurface()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26129 method public int getVectorSize();
|
/frameworks/base/api/ |
D | test-current.txt | 33459 method public int getVectorSize();
|
D | current.txt | 33381 method public int getVectorSize();
|