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

  /external/skia/tests/
BitmapCopyTest.cpp 381 int subH = 2;
391 src.allocPixels(SkImageInfo::Make(2 * subW + 1, subH,
395 src.allocPixels(SkImageInfo::Make(subW, subH,
411 r.set(1, 0, 1 + subW, subH); // 2x2 extracted bitmap
425 const size_t bufSize = subH *
434 Coordinates coords(subW * subH);
436 for (int y = 0; y < subH; ++y)
448 const SkImageInfo info = SkImageInfo::Make(subW, subH,
  /external/chromium_org/third_party/skia/tests/
BitmapCopyTest.cpp 381 int subH = 2;
397 if (src.tryAllocPixels(SkImageInfo::Make(localSubW, subH, gPairs[i].fColorType,
413 r.set(1, 0, 1 + subW, subH); // 2x2 extracted bitmap
427 const size_t bufSize = subH *
436 Coordinates coords(subW * subH);
438 for (int y = 0; y < subH; ++y)
450 const SkImageInfo info = SkImageInfo::Make(subW, subH,
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 490 int subH,
505 , m_subH (subH)
958 int subH;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp     [all...]

Completed in 412 milliseconds