Searched defs:dst_pixels (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp2586 GLubyte* dst_pixels[FUNCTIONAL_TEST_N_LEVELS] = { 0 }; local
2600 prepareDstPxls(test_case.m_dst, dst_pixels);
2604 m_dst_tex_name = prepareTexture(test_case.m_dst, (const GLubyte**)dst_pixels, m_dst_buf_name);
2620 result = copyAndVerify(test_case, (const GLubyte**)dst_pixels, (const GLubyte**)src_pixels);
2625 cleanPixels((GLubyte**)dst_pixels);
2632 cleanPixels((GLubyte**)dst_pixels);
2711 * @param dst_pixels Data of destination image
2716 bool FunctionalTest::copyAndVerify(const testCase& test_case, const GLubyte** dst_pixels, const GLubyte** src_pixels) argument
2785 result = verify(test_case, dst_layer, dst_pixels, src_layer, src_pixels, region_depth);
3432 * @param dst_pixels Origiran
3439 verify(const testCase& test_case, GLuint dst_layer, const GLubyte** dst_pixels, GLuint src_layer, const GLubyte** src_pixels, GLuint depth) argument
3884 GLubyte* dst_pixels = 0; local
[all...]

Completed in 99 milliseconds