Searched refs:kRowBytes (Results 1 – 5 of 5) sorted by relevance
/external/skia/tests/ |
D | IntTextureTest.cpp | 42 static const size_t kRowBytes = kS * sizeof(int32_t); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 65 levels[0].fRowBytes = kRowBytes; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 80 kRowBytes); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 183 bottomRightQuarter, kRowBytes); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 193 bottomRightQuarter, kRowBytes, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 202 bottomRightQuarter, kRowBytes); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 223 dst += kRowBytes; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 224 src += kRowBytes; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | CopySurfaceTest.cpp | 25 static const size_t kRowBytes = sizeof(uint32_t) * kW; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 80 kRowBytes)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 86 kRowBytes)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 135 if (!dstContext->readPixels(ii, read.get(), kRowBytes, 0, 0)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | ApplyGammaTest.cpp | 86 static const size_t kRowBytes = sizeof(uint32_t) * kW; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 103 bm.installPixels(ii, srcPixels.get(), kRowBytes); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 132 if (!dstCanvas->readPixels(ii, read.get(), kRowBytes, 0, 0)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | RenderTargetContextTest.cpp | 65 static const size_t kRowBytes = sizeof(uint32_t) * kSize; 67 bool result = rtCtx->readPixels(dstInfo, dstBuffer.get(), kRowBytes, 0, 0);
|
D | ReadWriteAlphaTest.cpp | 49 static const size_t kRowBytes[] = {0, X_SIZE, X_SIZE + 1, 2 * X_SIZE - 1}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 81 for (auto rowBytes : kRowBytes) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 181 for (auto rowBytes : kRowBytes) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|