Home
last modified time | relevance | path

Searched refs:_mesa_components_in_format (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dglformats.h47 _mesa_components_in_format( GLenum format );
Dtexstore.c329 const GLint components = _mesa_components_in_format(logicalBaseFormat); in _mesa_make_temp_float_image()
380 GLint texComponents = _mesa_components_in_format(textureBaseFormat); in _mesa_make_temp_float_image()
381 GLint logComponents = _mesa_components_in_format(logicalBaseFormat); in _mesa_make_temp_float_image()
440 const GLint components = _mesa_components_in_format(logicalBaseFormat); in make_temp_uint_image()
489 GLint texComponents = _mesa_components_in_format(textureBaseFormat); in make_temp_uint_image()
490 GLint logComponents = _mesa_components_in_format(logicalBaseFormat); in make_temp_uint_image()
569 const GLint components = _mesa_components_in_format(logicalBaseFormat); in _mesa_make_temp_ubyte_image()
620 GLint texComponents = _mesa_components_in_format(textureBaseFormat); in _mesa_make_temp_ubyte_image()
621 GLint logComponents = _mesa_components_in_format(logicalBaseFormat); in _mesa_make_temp_ubyte_image()
862 GLint srcComponents = _mesa_components_in_format(srcFormat); in _mesa_swizzle_ubyte_image()
[all …]
Dglformats.c167 _mesa_components_in_format(GLenum format) in _mesa_components_in_format() function
226 GLint comps = _mesa_components_in_format(format); in _mesa_bytes_per_pixel()
Dpack.c1265 const GLint comps = _mesa_components_in_format(dstFormat); in _mesa_pack_rgba_span_float()
3195 stride = _mesa_components_in_format(srcFormat); in extract_float_rgba()
3804 stride = _mesa_components_in_format(srcFormat); in extract_uint_rgba()
4351 GLint comps = _mesa_components_in_format(srcFormat); in _mesa_unpack_color_span_ubyte()
4371 dstComponents = _mesa_components_in_format( dstFormat ); in _mesa_unpack_color_span_ubyte()
4566 dstComponents = _mesa_components_in_format( dstFormat ); in _mesa_unpack_color_span_float()
4770 GLint dstComponents = _mesa_components_in_format( dstFormat ); in _mesa_unpack_color_span_uint()
4879 dstComponents = _mesa_components_in_format( dstFormat ); in _mesa_unpack_dudv_span_byte()
5861 GLint components = _mesa_components_in_format(format); in _mesa_unpack_image()
Dteximage.c1053 const GLint components = _mesa_components_in_format(format);