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

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

Completed in 648 milliseconds