Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayWithCompositionTestImpl.java280 renderColorAndCheckResult(renderer, w, h, COLOR_RED); in doTestRenderingOutput()
281 renderColorAndCheckResult(renderer, w, h, COLOR_BLUE); in doTestRenderingOutput()
282 renderColorAndCheckResult(renderer, w, h, COLOR_GREEN); in doTestRenderingOutput()
283 renderColorAndCheckResult(renderer, w, h, COLOR_GREY); in doTestRenderingOutput()
317 private void renderColorAndCheckResult(Renderer renderer, int w, int h, in renderColorAndCheckResult() method in EncodeVirtualDisplayWithCompositionTestImpl