Home
last modified time | relevance | path

Searched refs:src_pixels (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.hpp141 …erify(const testCase& test_case, const glw::GLubyte** dst_pixels, const glw::GLubyte** src_pixels);
158 glw::GLuint src_layer, const glw::GLubyte** src_pixels, glw::GLuint depth);
223 bool copyAndVerify(const testCase& test_case, const glw::GLubyte* src_pixels);
233 bool verify(const testCase& test_case, const glw::GLubyte* src_pixels);
Dgl4cCopyImageTests.cpp2590 GLubyte* src_pixels[FUNCTIONAL_TEST_N_LEVELS] = { 0 }; in iterate() local
2601 prepareSrcPxls(test_case.m_src, test_case.m_dst.m_internal_format, src_pixels); in iterate()
2611 m_rb_name = prepareTexture(test_case.m_src, (const GLubyte**)src_pixels, m_src_buf_name); in iterate()
2612 m_src_tex_name = prepareTexture(desc, (const GLubyte**)src_pixels, m_src_buf_name); in iterate()
2616 m_src_tex_name = prepareTexture(test_case.m_src, (const GLubyte**)src_pixels, m_src_buf_name); in iterate()
2620 result = copyAndVerify(test_case, (const GLubyte**)dst_pixels, (const GLubyte**)src_pixels); in iterate()
2626 cleanPixels((GLubyte**)src_pixels); in iterate()
2633 cleanPixels((GLubyte**)src_pixels); in iterate()
2716 …t::copyAndVerify(const testCase& test_case, const GLubyte** dst_pixels, const GLubyte** src_pixels) in copyAndVerify() argument
2785 result = verify(test_case, dst_layer, dst_pixels, src_layer, src_pixels, region_depth); in copyAndVerify()
[all …]
/external/libyuv/files/unit_test/
Dplanar_test.cc2275 align_buffer_page_end(src_pixels, kPixels * 4); in TEST_F()
2279 MemRandomize(src_pixels, kPixels * 4); in TEST_F()
2284 ARGBExtractAlpha(src_pixels, benchmark_width_ * 4, dst_pixels_c, in TEST_F()
2289 ARGBExtractAlpha(src_pixels, benchmark_width_ * 4, dst_pixels_opt, in TEST_F()
2298 free_aligned_buffer_page_end(src_pixels); in TEST_F()
2436 align_buffer_page_end(src_pixels, kPixels * 2); in TEST_F()
2442 MemRandomize(src_pixels, kPixels * 2); in TEST_F()
2449 SplitUVPlane(src_pixels, benchmark_width_ * 2, tmp_pixels_u, benchmark_width_, in TEST_F()
2457 SplitUVPlane(src_pixels, benchmark_width_ * 2, tmp_pixels_u, benchmark_width_, in TEST_F()
2471 free_aligned_buffer_page_end(src_pixels); in TEST_F()
[all …]