Lines Matching defs:texture
72 /* create color texture */
85 debug_printf("graw: Failed to create color texture\n");
103 /* create Z texture (XXX try other Z/S formats if needed) */
114 debug_printf("graw: Failed to create Z texture\n");
243 debug_printf("graw: failed to create texture\n");
312 struct pipe_resource *texture)
318 sv_temp.format = texture->format;
319 sv_temp.texture = texture;
325 sv = info->ctx->create_sampler_view(info->ctx, texture, &sv_temp);