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

  /external/skia/tests/
WritePixelsTest.cpp 395 for (auto& tightRowBytes : { true, false }) {
396 const size_t rowBytes = tightRowBytes ? info.minRowBytes() : 4 * DEV_W + 100;
400 if (!tightRowBytes) {
  /external/skia/src/gpu/vk/
GrVkGpu.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 858 milliseconds