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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texture.c 599 radeon_texture_image *radeonImage = get_radeon_texture_image(texImage);
616 radeonImage->base.RowStride = image->pitch;
632 radeon_miptree_reference(t->mt, &radeonImage->mt);
647 if (!radeon_miptree_matches_image(t->mt, &radeonImage->base.Base))
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.c 599 radeon_texture_image *radeonImage = get_radeon_texture_image(texImage);
616 radeonImage->base.RowStride = image->pitch;
632 radeon_miptree_reference(t->mt, &radeonImage->mt);
647 if (!radeon_miptree_matches_image(t->mt, &radeonImage->base.Base))

Completed in 2756 milliseconds