Home
last modified time | relevance | path

Searched refs:expectedG (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DVkYcbcrSamplerTest.cpp95 int expectedG = round_and_clamp((yChannel - 0.13397432f / 0.7152f * uChannel - in DEF_GPUTEST() local
106 if (abs(g - expectedG) > kColorTolerance) { in DEF_GPUTEST()
107 ERRORF(reporter, "G should be %d, but is %d at (%d, %d)", expectedG, g, x, y); in DEF_GPUTEST()
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DGlRectDrawerTest.java65 final int expectedG = expected.get() & 0xFF; in assertByteBufferEquals() local
67 if (actualR != expectedR || actualG != expectedG || actualB != expectedB) { in assertByteBufferEquals()
70 + "(" + expectedR + ", " + expectedG + ", " + expectedB + ")" in assertByteBufferEquals()