Searched refs:mAutoPadding (Results 1 - 4 of 4) sorted by last modified time

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java73 boolean mAutoPadding = false; field in class:Allocation
317 mAutoPadding = useAutoPadding;
1124 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
1452 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
1709 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
1800 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
1998 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
2294 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
2487 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
/frameworks/rs/cpp/
H A DAllocation.cpp68 mAutoPadding = false;
228 if (mAutoPadding && (mType->getElement()->getVectorSize() == 3)) {
251 if (mAutoPadding && (mType->getElement()->getVectorSize() == 3)) {
295 if (mAutoPadding && (mType->getElement()->getVectorSize() == 3)) {
324 if (mAutoPadding && (mType->getElement()->getVectorSize() == 3)) {
379 if (mAutoPadding && (mType->getElement()->getVectorSize() == 3)) {
407 if (mAutoPadding && (mType->getElement()->getVectorSize() == 3)) {
H A DrsCppStructs.h585 bool mAutoPadding; member in class:android::RSC::Allocation
632 mAutoPadding = useAutoPadding;
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java71 boolean mAutoPadding = false; field in class:Allocation
349 mAutoPadding = useAutoPadding;
1144 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
1479 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
1756 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
1862 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
2098 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
2398 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
2595 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {

Completed in 73 milliseconds