Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexstore.c1202 GLushort *dstUS = (GLushort *) dst; in _mesa_texstore_rgb565() local
1206 dstUS[col] = PACK_COLOR_565( srcUB[0], srcUB[1], srcUB[2] ); in _mesa_texstore_rgb565()
1212 dstUS[col] = PACK_COLOR_565_REV( srcUB[0], srcUB[1], srcUB[2] ); in _mesa_texstore_rgb565()
1787 GLubyte *dstUS = (GLubyte *) dstRow; in _mesa_texstore_unorm44() local
1790 dstUS[col] = PACK_COLOR_44( src[1], in _mesa_texstore_unorm44()
1892 GLushort *dstUS = (GLushort *) dstRow; in _mesa_texstore_unorm88() local
1897 dstUS[col] = PACK_COLOR_88( src[1], in _mesa_texstore_unorm88()
1905 dstUS[col] = PACK_COLOR_88_REV( src[1], in _mesa_texstore_unorm88()
2038 GLushort *dstUS = (GLushort *) dstRow; in _mesa_texstore_unorm16() local
2043 dstUS[col] = r; in _mesa_texstore_unorm16()
[all …]