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

  /external/deqp/external/openglcts/modules/glesext/
esextcTestCaseBase.cpp 696 bool TestCaseBase::comparePixel(const unsigned char* buffer, unsigned int x, unsigned int y, unsigned int width,
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
CompressedTextureSurfaceView.java 174 private boolean comparePixel(int x, int y) {
207 boolean sample1Matches = comparePixel(wOver4, hOver4);
208 boolean sample2Matches = comparePixel(wOver4 * 3, hOver4);
209 boolean sample3Matches = comparePixel(wOver4, hOver4 * 3);
210 boolean sample4Matches = comparePixel(wOver4 * 3, hOver4 * 3);

Completed in 193 milliseconds