Lines Matching defs:dst_layer
2739 GLuint dst_layer = 0;
2750 test_case.m_dst_y, dst_layer, test_case.m_width, test_case.m_height, region_depth);
2762 test_case.m_dst.m_level, test_case.m_dst_x, test_case.m_dst_y, dst_layer,
2772 result = verify(test_case, dst_layer, dst_pixels, src_layer, src_pixels, region_depth);
2786 << test_case.m_dst_x << ", " << test_case.m_dst_y << ", " << dst_layer
2804 dst_layer += dst_layer_step;
3418 * @param dst_layer First layer modified by copy
3426 bool FunctionalTest::verify(const testCase& test_case, GLuint dst_layer, const GLubyte** dst_pixels, GLuint src_layer,
3474 * * layers after dst_layer + depth - expect no modification
3475 * * layers <0, dst_layer + depth> - expect that contents at selected region were copied
3536 /* Check anything after dst_layer + depth */
3538 for (GLuint layer = dst_layer + depth; layer < dst_depths[dst_level]; ++layer)
3571 if (false == compareImages(test_case.m_dst, dst_pixels[dst_level], x, y, layer + dst_layer,
3572 dst_level, test_case.m_dst, &dst_level_data[0], x, y, layer + dst_layer,
3586 layer + dst_layer, dst_level, src_desc, src_pixels[src_level], test_case.m_src_x,