Searched refs:kTexDims (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | TransferPixelsTest.cpp | 125 static constexpr SkISize kTexDims = {16, 16}; in basic_transfer_to_test() local 130 resourceProvider->createTexture(kTexDims, backendFormat, GrTextureType::k2D, renderable, in basic_transfer_to_test() 161 std::unique_ptr<char[]> srcData(new char[kTexDims.fHeight * srcRowBytes]); in basic_transfer_to_test() 163 fill_transfer_data(0, 0, kTexDims.fWidth, kTexDims.fHeight, srcRowBytes, in basic_transfer_to_test() 186 SkIRect::MakeSize(kTexDims), in basic_transfer_to_test() 194 size_t dstRowBytes = GrColorTypeBytesPerPixel(colorType) * kTexDims.fWidth; in basic_transfer_to_test() 195 std::unique_ptr<char[]> dstBuffer(new char[dstRowBytes * kTexDims.fHeight]()); in basic_transfer_to_test() 293 static constexpr SkISize kTexDims = {16, 16}; in basic_transfer_from_test() local 309 size_t textureDataRowBytes = kTexDims in basic_transfer_from_test() [all...] |
Completed in 2 milliseconds