Home
last modified time | relevance | path

Searched refs:textureDataRowBytes (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DTransferPixelsTest.cpp309 size_t textureDataRowBytes = kTexDims.fWidth * textureDataBpp; in basic_transfer_from_test() local
310 std::unique_ptr<char[]> textureData(new char[kTexDims.fHeight * textureDataRowBytes]); in basic_transfer_from_test()
311 fill_transfer_data(0, 0, kTexDims.fWidth, kTexDims.fHeight, textureDataRowBytes, colorType, in basic_transfer_from_test()
315 data.fRowBytes = textureDataRowBytes; in basic_transfer_from_test()
408 ComparePixels(GrCPixmap(textureDataInfo, textureData.get(), textureDataRowBytes), in basic_transfer_from_test()
444 textureData.get() + textureDataRowBytes * kPartialTop + textureDataBpp * kPartialLeft; in basic_transfer_from_test()
446 ComparePixels(GrCPixmap(textureDataInfo, textureDataStart, textureDataRowBytes), in basic_transfer_from_test()

Completed in 1 milliseconds