Searched refs:mBitmapSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp80 const int mBitmapSize = 64; variable
337 typeRGBA_888Builder.setX(mBitmapSize);
338 typeRGBA_888Builder.setY(mBitmapSize);
342 const int image_area = mBitmapSize*mBitmapSize;
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp84 const int mBitmapSize = 64; variable
347 typeRGBA_888Builder.setX(mBitmapSize);
348 typeRGBA_888Builder.setY(mBitmapSize);
352 const int image_area = mBitmapSize*mBitmapSize;

Completed in 2905 milliseconds