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

  /external/skia/tests/
ReadWriteAlphaTest.cpp 137 uint8_t rbValue = readback.get()[y * nonZeroRowBytes + x];
138 if (0xFF != rbValue) {
141 " at (%d,%d), rb:%d", rbValue, x, y, SkToU32(rowBytes));
  /external/skqp/tests/
ReadWriteAlphaTest.cpp 123 uint8_t rbValue = readback.get()[y * nonZeroRowBytes + x];
124 if (0xFF != rbValue) {
127 " at (%d,%d), rb:%d", rbValue, x, y, SkToU32(rowBytes));

Completed in 63 milliseconds