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

  /external/skia/gm/
etc1.cpp 37 return SkISize::Make(kTexWidth + 2*kPad, kTexHeight + 2*kPad);
42 SkImageInfo ii = SkImageInfo::Make(kTexWidth, kTexHeight, kRGB_565_SkColorType,
46 bm.erase(SK_ColorBLUE, SkIRect::MakeWH(kTexWidth, kTexHeight));
49 for (int x = 0; x < kTexWidth; x += 4) {
67 kTexWidth, kTexHeight,
75 static const int kTexWidth = 16;
  /external/skqp/gm/
etc1.cpp 37 return SkISize::Make(kTexWidth + 2*kPad, kTexHeight + 2*kPad);
42 SkImageInfo ii = SkImageInfo::Make(kTexWidth, kTexHeight, kRGB_565_SkColorType,
46 bm.erase(SK_ColorBLUE, SkIRect::MakeWH(kTexWidth, kTexHeight));
49 for (int x = 0; x < kTexWidth; x += 4) {
79 kTexWidth, kTexHeight,
87 static const int kTexWidth = 16;

Completed in 383 milliseconds