Searched defs:mCurrentDimZ (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpp/
H A DAllocation.h49 uint32_t mCurrentDimZ; member in class:android::renderscriptCpp::Allocation
/frameworks/base/graphics/java/android/renderscript/
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 DAllocation.java90 int mCurrentDimZ; field in class:Allocation
186 mCurrentDimZ = t.getZ();
191 if (mCurrentDimZ > 1) {
192 mCurrentCount *= mCurrentDimZ;

Completed in 71 milliseconds