Searched defs:kETC1BlockWidth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/bench/
H A DETCBitmapBench.cpp36 static const etc1_uint32 kETC1BlockWidth = 4; local
38 if ((origWidth % kETC1BlockWidth) != 0 ||
44 if (origWidth <= kETC1BlockWidth || origHeight <= kETC1BlockHeight) {
/external/skia/bench/
H A DETCBitmapBench.cpp36 static const etc1_uint32 kETC1BlockWidth = 4; local
38 if ((origWidth % kETC1BlockWidth) != 0 ||
44 if (origWidth <= kETC1BlockWidth || origHeight <= kETC1BlockHeight) {

Completed in 101 milliseconds