OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:radeon_image
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_fbo.c
825
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
->used_as_render_target = GL_TRUE
905
radeon_texture_image *
radeon_image
= (radeon_texture_image *)image;
local
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c
825
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
->used_as_render_target = GL_TRUE
905
radeon_texture_image *
radeon_image
= (radeon_texture_image *)image;
local
[
all
...]
Completed in 418 milliseconds