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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/
ProjectionOffscreenActivity.java 258 int otherPixels = 0;
271 otherPixels += 1;
272 if (otherPixels < 10) {
284 + otherPixels + " other");
  /cts/tests/tests/display/src/android/display/cts/
VirtualDisplayTest.java 396 int otherPixels = 0;
411 otherPixels += 1;
412 if (otherPixels < 10) {
427 + otherPixels + " other");
  /frameworks/base/core/tests/coretests/src/android/hardware/display/
VirtualDisplayTest.java 452 int otherPixels = 0;
467 otherPixels += 1;
468 if (otherPixels < 10) {
483 + otherPixels + " other");
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationWindingTests.cpp 106 const int otherPixels = totalNumPixels - numWhitePixels - numRedPixels;
107 if (otherPixels > 0)
110 << "Failure: Got " << otherPixels << " other than white or red pixels"

Completed in 5298 milliseconds