Searched refs:img_w (Results 1 - 2 of 2) sorted by relevance
/third_party/libdrm/tests/exynos/ |
H A D | exynos_fimg2d_test.c | 196 unsigned int count, img_w, img_h; in g2d_solid_fill_test() local 208 img_w = screen_width; in g2d_solid_fill_test() 214 x = rand() % (img_w / 2); in g2d_solid_fill_test() 216 w = rand() % (img_w - x); in g2d_solid_fill_test() 219 img.width = img_w; in g2d_solid_fill_test() 246 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_copy_test() local 260 img_w = screen_width; in g2d_copy_test() 268 size = img_w * img_h * 4; in g2d_copy_test() 289 src_img.width = img_w; in g2d_copy_test() 295 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_ in g2d_copy_test() 330 unsigned int img_w, img_h, count; g2d_move_test() local 454 unsigned int src_x, src_y, img_w, img_h; g2d_copy_with_scale_test() local 542 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; g2d_blend_test() local 643 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; g2d_checkerboard_test() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 3002 const GLuint img_w = dst_widths[dst_level]; in getCleanRegions() local 3010 out_regions[out_n_regions][2] = img_w; in getCleanRegions() 3026 if (img_w != reg_r) in getCleanRegions() 3030 out_regions[out_n_regions][2] = img_w - reg_r; in getCleanRegions() 3040 out_regions[out_n_regions][2] = img_w; in getCleanRegions()
|
Completed in 8 milliseconds