Searched refs:mDimFaces (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DType.java51 boolean mDimFaces; field in class:Type
140 return mDimFaces;
236 // mDimLOD; mDimFaces; mElement;
244 mDimFaces = dataBuffer[4] == 1 ? true : false;
339 boolean mDimFaces; field in class:Type.Builder
410 mDimFaces = value;
447 if (mDimFaces) {
456 if (mDimFaces) {
463 if ((mDimZ != 0) || mDimFaces || mDimMipmaps) {
479 mDimX, mDimY, mDimZ, mDimMipmaps, mDimFaces, mYu
[all...]
/frameworks/rs/cpp/
H A DType.cpp74 mDimFaces = false;
88 * mDimFaces (buffer[4]);
98 mDimFaces = dataBuffer[4] == 1 ? true : false;
119 t->mDimFaces = false;
134 mDimFaces = false;
181 mDimFaces = value;
190 if (mDimFaces) {
201 if (mDimFaces) {
209 if (mDimZ || mDimFaces || mDimMipmaps) {
221 mDimMipmaps, mDimFaces, mYuvForma
[all...]
H A DrsCppStructs.h1574 bool mDimFaces; member in class:android::RSC::Type
1638 return mDimFaces;
1676 bool mDimFaces; member in class:android::RSC::Type::Builder
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DType.java59 boolean mDimFaces; field in class:Type
138 return mDimFaces;
197 return mRS.nIncTypeCreate(eid, mDimX, mDimY, mDimZ, mDimMipmaps, mDimFaces, mDimYuv);
285 boolean mDimFaces; field in class:Type.Builder
338 mDimFaces = value;
372 if (mDimFaces) {
381 if (mDimFaces) {
388 if ((mDimZ != 0) || mDimFaces || mDimMipmaps) {
395 mDimX, mDimY, mDimZ, mDimMipmaps, mDimFaces, mYuv);
403 t.mDimFaces
[all...]

Completed in 440 milliseconds