Searched refs:mCurrentDimZ (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DAllocationAdapter.java120 mCurrentDimZ = tz;
125 if (mCurrentDimZ > 1) {
126 mCurrentCount *= mCurrentDimZ;
H A DAllocation.java92 int mCurrentDimZ; field in class:Allocation
226 mCurrentDimZ = t.getZ();
231 if (mCurrentDimZ > 1) {
232 mCurrentCount *= mCurrentDimZ;
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocationAdapter.java120 mCurrentDimZ = tz;
125 if (mCurrentDimZ > 1) {
126 mCurrentCount *= mCurrentDimZ;
H A DAllocation.java90 int mCurrentDimZ; field in class:Allocation
186 mCurrentDimZ = t.getZ();
191 if (mCurrentDimZ > 1) {
192 mCurrentCount *= mCurrentDimZ;
/frameworks/rs/cpp/
H A DAllocation.cpp40 mCurrentDimZ = t->getZ();
45 if (mCurrentDimZ > 1) {
46 mCurrentCount *= mCurrentDimZ;
H A DAllocation.h49 uint32_t mCurrentDimZ; member in class:android::renderscriptCpp::Allocation

Completed in 87 milliseconds