Home
last modified time | relevance | path

Searched refs:readData1 (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tests/
DProcessorTest.cpp468 std::unique_ptr<GrColor[]> readData1(new GrColor[kRenderSize * kRenderSize]); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
502 render_fp(context, rtc.get(), fp.get(), inputTexture1, readData1.get()); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
536 GrColor output = readData1.get()[y * kRenderSize + x]; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
630 log_pixels(readData1.get(), kRenderSize, &output); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
654 log_pixels(readData1.get(), kRenderSize, &output); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
687 std::unique_ptr<GrColor[]> readData1(new GrColor[kRenderSize * kRenderSize]); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
724 render_fp(context, rtc.get(), fp.get(), inputTexture, readData1.get()); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
737 if (readData1[idx] != readData2[idx]) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
752 readData1[idx], readData2[idx]); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
765 log_pixels(readData1.get(), kRenderSize, &orig) && in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/skia/tests/
DProcessorTest.cpp556 std::vector<GrColor> readData1(kRenderSize * kRenderSize); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
638 readData1.data()); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
660 GrColor output = readData1[y * kRenderSize + x]; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
754 log_pixels(readData1.data(), kRenderSize, &output); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
778 log_pixels(readData1.data(), kRenderSize, &output); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
814 const GrColor readData1[], const GrColor readData2[]) { in verify_identical_render() argument
831 if (readData1[idx] != readData2[idx]) { in verify_identical_render()
845 readData1[idx], readData2[idx]); in verify_identical_render()