Lines Matching defs:texture
428 return cdraw->image->texture;
445 mesa_loge("kopper: could not create texture from pixmap (%u)", error->error_code);
465 mesa_loge("kopper: could not create texture from pixmap (%u)", error->error_code);
480 return cdraw->image->texture;
521 struct pipe_resource *texture = images.front->texture;
523 dri_drawable->w = texture->width0;
524 dri_drawable->h = texture->height0;
526 pipe_resource_reference(buf, texture);
532 struct pipe_resource *texture = images.back->texture;
534 dri_drawable->w = texture->width0;
535 dri_drawable->h = texture->height0;
537 pipe_resource_reference(buf, texture);
543 struct pipe_resource *texture = images.back->texture;
545 dri_drawable->w = texture->width0;
546 dri_drawable->h = texture->height0;
548 pipe_resource_reference(buf, texture);
606 /* the texture already exists or not requested */
821 /* Copy the Drawable content to the mapped texture buffer */