Searched refs:radeon_image (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c825 radeon_texture_image *radeon_image; local
836 radeon_image = (radeon_texture_image *)newImage;
838 if (!radeon_image->mt) {
870 if (rrb->bo != radeon_image->mt->bo) {
873 rrb->bo = radeon_image->mt->bo;
878 imageOffset = radeon_miptree_image_offset(radeon_image->mt,
883 imageOffset += radeon_image->mt->levels[att->TextureLevel].rowstride *
884 radeon_image->mt->levels[att->TextureLevel].height *
891 rrb->pitch = radeon_image->mt->levels[att->TextureLevel].rowstride;
892 radeon_image
905 radeon_texture_image *radeon_image = (radeon_texture_image *)image; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c825 radeon_texture_image *radeon_image; local
836 radeon_image = (radeon_texture_image *)newImage;
838 if (!radeon_image->mt) {
870 if (rrb->bo != radeon_image->mt->bo) {
873 rrb->bo = radeon_image->mt->bo;
878 imageOffset = radeon_miptree_image_offset(radeon_image->mt,
883 imageOffset += radeon_image->mt->levels[att->TextureLevel].rowstride *
884 radeon_image->mt->levels[att->TextureLevel].height *
891 rrb->pitch = radeon_image->mt->levels[att->TextureLevel].rowstride;
892 radeon_image
905 radeon_texture_image *radeon_image = (radeon_texture_image *)image; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c825 radeon_texture_image *radeon_image; local
836 radeon_image = (radeon_texture_image *)newImage;
838 if (!radeon_image->mt) {
870 if (rrb->bo != radeon_image->mt->bo) {
873 rrb->bo = radeon_image->mt->bo;
878 imageOffset = radeon_miptree_image_offset(radeon_image->mt,
883 imageOffset += radeon_image->mt->levels[att->TextureLevel].rowstride *
884 radeon_image->mt->levels[att->TextureLevel].height *
891 rrb->pitch = radeon_image->mt->levels[att->TextureLevel].rowstride;
892 radeon_image
905 radeon_texture_image *radeon_image = (radeon_texture_image *)image; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c825 radeon_texture_image *radeon_image; local
836 radeon_image = (radeon_texture_image *)newImage;
838 if (!radeon_image->mt) {
870 if (rrb->bo != radeon_image->mt->bo) {
873 rrb->bo = radeon_image->mt->bo;
878 imageOffset = radeon_miptree_image_offset(radeon_image->mt,
883 imageOffset += radeon_image->mt->levels[att->TextureLevel].rowstride *
884 radeon_image->mt->levels[att->TextureLevel].height *
891 rrb->pitch = radeon_image->mt->levels[att->TextureLevel].rowstride;
892 radeon_image
905 radeon_texture_image *radeon_image = (radeon_texture_image *)image; local
[all...]

Completed in 110 milliseconds