HomeSort by relevance Sort by last modified time
    Searched refs:kETC1BlockHeight (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/bench/
ETCBitmapBench.cpp 37 static const etc1_uint32 kETC1BlockHeight = 4;
39 (origHeight % kETC1BlockHeight) != 0) {
44 if (origWidth <= kETC1BlockWidth || origHeight <= kETC1BlockHeight) {
  /external/skia/bench/
ETCBitmapBench.cpp 37 static const etc1_uint32 kETC1BlockHeight = 4;
39 (origHeight % kETC1BlockHeight) != 0) {
44 if (origWidth <= kETC1BlockWidth || origHeight <= kETC1BlockHeight) {

Completed in 58 milliseconds