Searched refs:dstMap (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | texstore.c | 1066 GLubyte *dstMap; in store_texsubimage() local 1072 mapMode, &dstMap, &dstRowStride); in store_texsubimage() 1073 if (dstMap) { in store_texsubimage() 1081 &dstMap, in store_texsubimage() 1148 clear_image_to_zero(GLubyte *dstMap, GLint dstRowStride, in clear_image_to_zero() argument 1155 memset(dstMap, 0, clearValueSize * width); in clear_image_to_zero() 1156 dstMap += dstRowStride; in clear_image_to_zero() 1161 clear_image_to_value(GLubyte *dstMap, GLint dstRowStride, in clear_image_to_value() argument 1170 memcpy(dstMap, clearValue, clearValueSize); in clear_image_to_value() 1171 dstMap += clearValueSize; in clear_image_to_value() [all …]
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_blit.c | 140 GLubyte *srcMap, *dstMap; in blit_nearest() local 262 dstMap = map + dstYpos * rowStride + dstXpos * formatSize; in blit_nearest() 268 dstMap += rowStride * (readRb->Height - 1); in blit_nearest() 291 GL_MAP_WRITE_BIT, &dstMap, &dstRowStride, in blit_nearest() 293 if (!dstMap) { in blit_nearest() 302 GLubyte *dstRowStart = dstMap + dstRowStride * dstRow; in blit_nearest() 547 GLubyte *srcMap, *dstMap; in blit_linear() local 605 dstMap = srcMap; in blit_linear() 622 GL_MAP_WRITE_BIT, &dstMap, &dstRowStride, in blit_linear() 624 if (!dstMap) { in blit_linear() [all …]
|
D | s_copypix.c | 442 GLubyte *srcMap, *dstMap; in swrast_fast_copy_pixels() local 513 dstMap = map + dstY * rowStride + dstX * pixelBytes; in swrast_fast_copy_pixels() 519 dstMap += rowStride * (height - 1); in swrast_fast_copy_pixels() 541 GL_MAP_WRITE_BIT, &dstMap, &dstRowStride, in swrast_fast_copy_pixels() 543 if (!dstMap) { in swrast_fast_copy_pixels() 552 memmove(dstMap, srcMap, widthInBytes); in swrast_fast_copy_pixels() 553 dstMap += dstRowStride; in swrast_fast_copy_pixels()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_tex_image.c | 908 GLubyte *dstMap; in flush_astc_denorms() local 913 &dstMap, &dstRowStride); in flush_astc_denorms() 914 if (!dstMap) in flush_astc_denorms() 929 } *blocks = (struct astc_void_extent*) dstMap; in flush_astc_denorms() 945 dstMap += dstRowStride; in flush_astc_denorms()
|
/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()
|