Searched refs:srcCopyMemory (Results 1 – 2 of 2) sorted by relevance
589 void Image::copy(const void *srcCopyMemory, in copy() argument598 ASSERT((srcCopyMemory == nullptr) != (dstCopyMemory == nullptr)); in copy()599 const bool memoryIsSource = srcCopyMemory != nullptr; in copy()632 …const uint8_t *srcMemory = memoryIsSource ? static_cast<const uint8_t *>(srcCopyMemory) : imageMem… in copy()
126 void copy(const void *srcCopyMemory,