Searched refs:region_depth (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 2720 GLuint region_depth = 1; in copyAndVerify() local 2734 region_depth = FUNCTIONAL_TEST_N_LAYERS; in copyAndVerify() 2763 test_case.m_dst_y, dst_layer, test_case.m_width, test_case.m_height, region_depth); in copyAndVerify() 2771 test_case.m_width, test_case.m_height, region_depth); in copyAndVerify() 2776 test_case.m_width, test_case.m_height, region_depth); in copyAndVerify() 2785 result = verify(test_case, dst_layer, dst_pixels, src_layer, src_pixels, region_depth); in copyAndVerify() 2797 << test_case.m_width << " x " << test_case.m_height << " x " << region_depth << "] from [" in copyAndVerify()
|