Searched refs:temp_format (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmipmap.c2028 gl_format temp_format; local
2044 temp_format = _mesa_get_uncompressed_format(srcImage->TexFormat);
2046 components = _mesa_format_num_components(temp_format);
2057 temp_base_format = _mesa_get_format_base_format(temp_format);
2062 temp_src_stride = _mesa_format_row_stride(temp_format, srcImage->Width);
2110 temp_dst_stride = _mesa_format_row_stride(temp_format, dstWidth);
/external/mesa3d/src/mesa/main/
H A Dmipmap.c2021 gl_format temp_format; local
2037 temp_format = _mesa_get_uncompressed_format(srcImage->TexFormat);
2039 components = _mesa_format_num_components(temp_format);
2050 temp_base_format = _mesa_get_format_base_format(temp_format);
2055 temp_src_stride = _mesa_format_row_stride(temp_format, srcImage->Width);
2103 temp_dst_stride = _mesa_format_row_stride(temp_format, dstWidth);

Completed in 124 milliseconds