Searched refs:getDimYuv (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/
H A DrsType.cpp236 if (t->getDimYuv() != dimYuv) continue;
276 getDimY(), getDimZ(), getDimLOD(), getDimFaces(), getDimYuv());
283 getDimZ(), getDimLOD(), getDimFaces(), getDimYuv());
H A DrsType.h73 uint32_t getDimYuv() const {return mHal.state.dimYuv;} function in class:android::renderscript::Type
H A DrsAllocation.cpp74 mHal.state.yuv = type->getDimYuv();
551 (type0->getDimYuv() == type1->getDimYuv()) &&

Completed in 491 milliseconds