Searched defs:img_h (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
203 img_h = screen_height;
209 y = rand() % (img_h / 2);
211 h = rand() % (img_h - y);
214 img.height = img_h;
240 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; local
255 img_h = screen_height;
262 size = img_w * img_h * 4;
283 src_img.height = img_h;
288 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_h);
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.cpp3016 const GLuint img_h = dst_heights[dst_level]; local
3049 if (img_h != reg_t)
3054 out_regions[out_n_regions][3] = img_h - reg_t;

Completed in 610 milliseconds