HomeSort by relevance Sort by last modified time
    Searched refs:timage (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.h 48 void radeonFreeTextureImageBuffer(struct gl_context *ctx, struct gl_texture_image *timage);
radeon_texture.c 106 struct gl_texture_image *timage)
109 radeon_texture_image *image = get_radeon_texture_image(timage);
110 struct gl_texture_object *texobj = timage->TexObject;
113 ctx->Driver.FreeTextureImageBuffer(ctx, timage);
117 slices = timage->Depth;
124 teximage_assign_miptree(rmesa, texobj, timage);
133 void radeonFreeTextureImageBuffer(struct gl_context *ctx, struct gl_texture_image *timage)
135 radeon_texture_image* image = get_radeon_texture_image(timage);
140 _swrast_free_texture_image_buffer(ctx, timage);

Completed in 57 milliseconds