Searched refs:rttex (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/tests/graw/ |
D | quad-sample.c | 31 static struct pipe_resource *rttex = NULL; variable 162 screen->flush_frontbuffer(screen, ctx, rttex, 0, 0, window, NULL); in draw() 336 rttex = screen->resource_create(screen, in init() 338 if (rttex == NULL) in init() 345 surf = ctx->create_surface(ctx, rttex, &surf_tmpl); in init()
|
D | fs-test.c | 44 static struct pipe_resource *rttex = NULL; variable 246 screen->flush_frontbuffer(screen, ctx, rttex, 0, 0, window, NULL); in draw() 421 rttex = screen->resource_create(screen, in init() 423 if (rttex == NULL) in init() 430 surf = ctx->create_surface(ctx, rttex, &surf_tmpl); in init()
|
D | vs-test.c | 45 static struct pipe_resource *rttex = NULL; variable 234 screen->flush_frontbuffer(screen, ctx, rttex, 0, 0, window, NULL); in draw() 409 rttex = screen->resource_create(screen, in init() 411 if (rttex == NULL) in init() 418 surf = ctx->create_surface(ctx, rttex, &surf_tmpl); in init()
|
D | gs-test.c | 46 static struct pipe_resource *rttex = NULL; variable 336 screen->flush_frontbuffer(screen, ctx, rttex, 0, 0, window, NULL); in draw() 511 rttex = screen->resource_create(screen, in init() 513 if (rttex == NULL) in init() 520 surf = ctx->create_surface(ctx, rttex, &surf_tmpl); in init()
|