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

  /cts/tests/src/android/opengl/cts/
CompressedTextureSurfaceView.java 200 private boolean comparePixel(int x, int y) {
233 boolean sample1Matches = comparePixel(wOver4, hOver4);
234 boolean sample2Matches = comparePixel(wOver4 * 3, hOver4);
235 boolean sample3Matches = comparePixel(wOver4, hOver4 * 3);
236 boolean sample4Matches = comparePixel(wOver4 * 3, hOver4 * 3);
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]

Completed in 115 milliseconds