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

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.h 38 extern gl_format _radeon_texformat_argb8888;
radeon_texture.c 290 return _radeon_texformat_argb8888;
296 return _radeon_texformat_argb8888;
309 return _radeon_texformat_argb8888;
351 return do32bpt ? _radeon_texformat_argb8888 :
378 return do32bpt ? _radeon_texformat_argb8888 :
401 return !force16bpt ? _radeon_texformat_argb8888 :
577 if (mesa_format == _radeon_texformat_argb8888 || mesa_format == _radeon_texformat_rgb565 ||
653 gl_format _radeon_texformat_argb8888 = MESA_FORMAT_NONE; variable
666 _radeon_texformat_argb8888 = MESA_FORMAT_ARGB8888;
674 _radeon_texformat_argb8888 = MESA_FORMAT_ARGB8888_REV
    [all...]
radeon_fbo.c 491 rb->Format = _radeon_texformat_argb8888;
502 rb->Format = _radeon_texformat_argb8888;

Completed in 662 milliseconds