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

  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestPixelComparator.h 33 void CompareBuffers(android::sp<android::GraphicBuffer>& resultBuffer,
Hwc2TestVirtualDisplay.cpp 76 ComparatorResult::get().CompareBuffers(mOutputBuffer.graphicBuffer(),
Hwc2TestPixelComparator.cpp 40 void ComparatorResult::CompareBuffers(
  /external/libvpx/libvpx/test/
predict_test.cc 91 bool CompareBuffers(const uint8_t *a, int a_stride, const uint8_t *b,
169 ASSERT_TRUE(CompareBuffers(dst_c_, 16, dst_, dst_stride_));
199 ASSERT_TRUE(CompareBuffers(dst_c_, 16, dst_ + i, dst_stride_ + i));
281 CompareBuffers(kExpectedDst, kExpectedDstStride, dst_, dst_stride_));

Completed in 2351 milliseconds