Searched defs:dstUS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexstore.c1202 GLushort *dstUS = (GLushort *) dst; local
1206 dstUS[col] = PACK_COLOR_565( srcUB[0], srcUB[1], srcUB[2] );
1212 dstUS[col] = PACK_COLOR_565_REV( srcUB[0], srcUB[1], srcUB[2] );
1787 GLubyte *dstUS = (GLubyte *) dstRow; local
1790 dstUS[col] = PACK_COLOR_44( src[1],
1892 GLushort *dstUS = (GLushort *) dstRow; local
1897 dstUS[col] = PACK_COLOR_88( src[1],
1905 dstUS[col] = PACK_COLOR_88_REV( src[1],
2038 GLushort *dstUS = (GLushort *) dstRow; local
2043 dstUS[co
2091 GLushort *dstUS = (GLushort *) dstRow; local
2579 GLshort *dstUS = (GLshort *) dstRow; local
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexstore.c1202 GLushort *dstUS = (GLushort *) dst; local
1206 dstUS[col] = PACK_COLOR_565( srcUB[0], srcUB[1], srcUB[2] );
1212 dstUS[col] = PACK_COLOR_565_REV( srcUB[0], srcUB[1], srcUB[2] );
1787 GLubyte *dstUS = (GLubyte *) dstRow; local
1790 dstUS[col] = PACK_COLOR_44( src[1],
1892 GLushort *dstUS = (GLushort *) dstRow; local
1897 dstUS[col] = PACK_COLOR_88( src[1],
1905 dstUS[col] = PACK_COLOR_88_REV( src[1],
2038 GLushort *dstUS = (GLushort *) dstRow; local
2043 dstUS[co
2091 GLushort *dstUS = (GLushort *) dstRow; local
2579 GLshort *dstUS = (GLshort *) dstRow; local
[all...]

Completed in 109 milliseconds