Home
last modified time | relevance | path

Searched refs:_mesa_unpack_rgba_row (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
Dformat_unpack.h31 _mesa_unpack_rgba_row(mesa_format format, GLuint n,
Daccum.c285 _mesa_unpack_rgba_row(colorRb->Format, width, colorMap, rgba); in accum_or_load()
388 _mesa_unpack_rgba_row(colorRb->Format, width, colorMap, dest); in accum_return()
Dformat_utils.c319 _mesa_unpack_rgba_row(src_format, width, in _mesa_format_convert()
559 _mesa_unpack_rgba_row(src_format, width, in _mesa_format_convert()
/external/mesa3d/src/mesa/swrast/
Ds_blit.c318 _mesa_unpack_rgba_row(readRb->Format, srcWidth, srcRowStart, in blit_nearest()
663 _mesa_unpack_rgba_row(readFormat, srcWidth, in blit_linear()
682 _mesa_unpack_rgba_row(readFormat, srcWidth, src0, srcBuffer0); in blit_linear()
683 _mesa_unpack_rgba_row(readFormat, srcWidth, src1, srcBuffer1); in blit_linear()
Ds_texfetch_tmp.h87 _mesa_unpack_rgba_row(MESA_FORMAT_##x, 1, src, (GLvoid *)texel); \
Ds_span.c1480 _mesa_unpack_rgba_row(rb->Format, length, src, in _swrast_read_rgba_span()
1512 _mesa_unpack_rgba_row(rb->Format, 1, src, in get_values()
1561 _mesa_unpack_rgba_row(rb->Format, count, src, in get_row()
/external/mesa3d/prebuilt-intermediates/main/
Dformat_unpack.c5289 _mesa_unpack_rgba_row(mesa_format format, GLuint n, in _mesa_unpack_rgba_row() function
6522 _mesa_unpack_rgba_row(format, n, src, (GLfloat (*)[4]) tmp); in _mesa_unpack_ubyte_rgba_row()
7099 _mesa_unpack_rgba_row(format, width, srcRow, (GLfloat (*)[4]) dstRow); in _mesa_unpack_rgba_block()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c3466 _mesa_unpack_rgba_row(format, 1, clearValue, in cleartexsubimage_color()