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

/external/libdrm/tests/exynos/
H A Dexynos_fimg2d_test.c190 unsigned int count, img_w, img_h; local
202 img_w = screen_width;
208 x = rand() % (img_w / 2);
210 w = rand() % (img_w - x);
213 img.width = img_w;
240 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; local
254 img_w = screen_width;
262 size = img_w * img_h * 4;
282 src_img.width = img_w;
288 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_
323 unsigned int img_w, img_h, count; local
447 unsigned int src_x, src_y, img_w, img_h; local
533 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; local
632 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; local
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp3015 const GLuint img_w = dst_widths[dst_level]; local
3023 out_regions[out_n_regions][2] = img_w;
3039 if (img_w != reg_r)
3043 out_regions[out_n_regions][2] = img_w - reg_r;
3053 out_regions[out_n_regions][2] = img_w;

Completed in 72 milliseconds