Searched refs:graw_util_create_window (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/tests/graw/ |
D | fs-frontface.c | 182 if (!graw_util_create_window(&info, width, height, 1, TRUE)) in init()
|
D | fs-write-z.c | 199 if (!graw_util_create_window(&info, width, height, 1, TRUE)) in init()
|
D | fs-fragcoord.c | 220 if (!graw_util_create_window(&info, width, height, 1, TRUE)) in init()
|
D | tri.c | 117 if (!graw_util_create_window(&info, WIDTH, HEIGHT, 1, FALSE)) in init()
|
D | quad-tex.c | 180 if (!graw_util_create_window(&info, WIDTH, HEIGHT, 1, FALSE)) in init()
|
D | tex-swizzle.c | 162 if (!graw_util_create_window(&info, WIDTH, HEIGHT, 1, FALSE)) in init()
|
D | occlusion-query.c | 220 if (!graw_util_create_window(&info, width, height, 1, TRUE)) in init()
|
D | tex-srgb.c | 204 if (!graw_util_create_window(&info, WIDTH, HEIGHT, 1, FALSE)) in init()
|
D | graw_util.h | 30 graw_util_create_window(struct graw_info *info, in graw_util_create_window() function
|