OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_texture_image_row_stride
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.h
94
unsigned
get_texture_image_row_stride
(radeonContextPtr rmesa, gl_format format, unsigned width, unsigned tiling, unsigned target);
radeon_pixel_read.c
132
aligned_rowstride =
get_texture_image_row_stride
(radeon, dst_format, dst_rowstride, 0, GL_TEXTURE_2D);
radeon_mipmap_tree.c
99
unsigned
get_texture_image_row_stride
(radeonContextPtr rmesa, gl_format format, unsigned width, unsigned tiling, GLuint target)
function
135
lvl->rowstride =
get_texture_image_row_stride
(rmesa, mt->mesaFormat, lvl->width, mt->tilebits, mt->target);
radeon_texture.c
248
*stride =
get_texture_image_row_stride
(rmesa, texImage->TexFormat, width, 0, texImage->TexObject->Target);
Completed in 53 milliseconds