Searched defs:Copy (Results 1 – 5 of 5) sorted by relevance
346 static type Copy(const RawContainer& container) { return container; } in Copy() function367 static type Copy(const Element (&array)[N]) { in Copy() function388 static type Copy(const ::std::tuple<ElementPointer, Size>& array) { in Copy() function
75 TEST(AlignedBuf, Copy) { in TEST() argument
79 "Copy": "GL_COPY", string
254 Copy = 4, enumerator
3126 void ImageHelper::Copy(ImageHelper *srcImage, in Copy() function in rx::vk::ImageHelper