Searched refs:dstMap (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | texstore.c | 1069 GLubyte *dstMap; in store_texsubimage() local 1075 mapMode, &dstMap, &dstRowStride); in store_texsubimage() 1076 if (dstMap) { in store_texsubimage() 1084 &dstMap, in store_texsubimage() 1151 clear_image_to_zero(GLubyte *dstMap, GLint dstRowStride, in clear_image_to_zero() argument 1158 memset(dstMap, 0, clearValueSize * width); in clear_image_to_zero() 1159 dstMap += dstRowStride; in clear_image_to_zero() 1164 clear_image_to_value(GLubyte *dstMap, GLint dstRowStride, in clear_image_to_value() argument 1173 memcpy(dstMap, clearValue, clearValueSize); in clear_image_to_value() 1174 dstMap += clearValueSize; in clear_image_to_value() [all …]
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 1427 static const int32_t dstMap[6] = {0,1,-1,-1,4,3}; in doMisc() local 1547 if (memcmp(dstMap, map, sizeof(dstMap))) { in doMisc()
|