Searched defs:image_area (Results 1 - 2 of 2) sorted by last modified time

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp342 const int image_area = mBitmapSize*mBitmapSize; local
343 const int image_size = image_area*sizeof(int);
347 mInAllocation->copy1DRangeFrom(0, image_area, zero_buffer);
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp352 const int image_area = mBitmapSize*mBitmapSize; local
353 const int image_size = image_area*sizeof(int);
357 mInAllocation->copy1DRangeFrom(0, image_area, zero_buffer);

Completed in 178 milliseconds