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

/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dgraw_util.h23 struct pipe_surface *color_surf[PIPE_MAX_COLOR_BUFS], *zs_surf; member in struct:graw_info
94 info->color_surf[i] = info->ctx->create_surface(info->ctx,
97 if (info->color_surf[i] == NULL) {
140 fb.cbufs[i] = info->color_surf[i];
/external/mesa3d/src/gallium/tests/graw/
H A Dgraw_util.h23 struct pipe_surface *color_surf[PIPE_MAX_COLOR_BUFS], *zs_surf; member in struct:graw_info
94 info->color_surf[i] = info->ctx->create_surface(info->ctx,
97 if (info->color_surf[i] == NULL) {
140 fb.cbufs[i] = info->color_surf[i];

Completed in 361 milliseconds