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

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.h 47 void radeonFreeTextureImageBuffer(struct gl_context *ctx, struct gl_texture_image *timage);
radeon_screen.h 193 #define radeonFreeTextureImageBuffer r200_radeonFreeTextureImageBuffer
radeon_texture.c 124 void radeonFreeTextureImageBuffer(struct gl_context *ctx, struct gl_texture_image *timage)
552 radeonFreeTextureImageBuffer(ctx, texImage);
631 functions->FreeTextureImageBuffer = radeonFreeTextureImageBuffer;

Completed in 89 milliseconds