Lines Matching refs:std
52 std::fill_n(tolerances, 4, 0);
61 auto m = std::min(descA[i], descB[i]);
81 std::fill_n(tolerances, 4, 0);
84 std::unique_ptr<char[]> tmpPixels(new char[tmpRowBytes * h]);
161 std::unique_ptr<char[]> srcData(new char[kTexDims.fHeight * srcRowBytes]);
195 std::unique_ptr<char[]> dstBuffer(new char[dstRowBytes * kTexDims.fHeight]());
205 auto error = std::function<ComparePixmapsErrorReporter>(
310 std::unique_ptr<char[]> textureData(new char[kTexDims.fHeight * textureDataRowBytes]);
354 bufferSize = std::max(bufferSize,
392 std::unique_ptr<char[]> transferData(new char[kTexDims.fHeight * fullBufferRowBytes]);
400 auto error = std::function<ComparePixmapsErrorReporter>(