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

  /external/skia/samplecode/
SampleAAClip.cpp 14 const SkIRect& expectedR) {
21 SkASSERT(r2 == expectedR);
28 SkIRect expectedR;
37 testop(gRec[i].r0, gRec[i].r1, gRec[i].op, gRec[i].expectedR);
  /external/skqp/samplecode/
SampleAAClip.cpp 14 const SkIRect& expectedR) {
21 SkASSERT(r2 == expectedR);
28 SkIRect expectedR;
37 testop(gRec[i].r0, gRec[i].r1, gRec[i].op, gRec[i].expectedR);
  /cts/tests/tests/graphics/src/android/graphics/cts/
VulkanPreTransformTest.java 159 private static int pixelDiff(int pixel, int expectedR, int expectedG, int expectedB) {
164 "ExpectedPixel(" + expectedR + "," + expectedG + "," + expectedB + "), ActualPixel("
166 return Math.abs(actualR - expectedR) + Math.abs(actualG - expectedG)
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
GlRectDrawerTest.java 66 final int expectedR = expected.get() & 0xFF;
69 if (actualR != expectedR || actualG != expectedG || actualB != expectedB) {
72 + "(" + expectedR + ", " + expectedG + ", " + expectedB + ")"

Completed in 2154 milliseconds