Searched refs:expectedR (Results 1 – 3 of 3) sorted by relevance
/external/skqp/samplecode/ |
D | SampleAAClip.cpp | 14 const SkIRect& expectedR) { in testop() argument 21 SkASSERT(r2 == expectedR); in testop() 28 SkIRect expectedR; member 37 testop(gRec[i].r0, gRec[i].r1, gRec[i].op, gRec[i].expectedR); in testop()
|
/external/skia/tests/ |
D | VkYcbcrSamplerTest.cpp | 94 int expectedR = round_and_clamp((yChannel + 1.5748f * vChannel) * 255.0); in DEF_GPUTEST() local 101 if (abs(r - expectedR) > kColorTolerance) { in DEF_GPUTEST() 102 ERRORF(reporter, "R should be %d, but is %d at (%d, %d)", expectedR, r, x, y); in DEF_GPUTEST()
|
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/ |
D | GlRectDrawerTest.java | 64 final int expectedR = expected.get() & 0xFF; in assertByteBufferEquals() local 67 if (actualR != expectedR || actualG != expectedG || actualB != expectedB) { in assertByteBufferEquals() 70 + "(" + expectedR + ", " + expectedG + ", " + expectedB + ")" in assertByteBufferEquals()
|