Searched refs:destPt (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/profiling/ |
D | copy.cpp | 550 size_t destPt[3] = { dstx, dsty, 0 }; in copy_image_size() local 552 …err = clEnqueueCopyImage( queue, memobjs[0], memobjs[2], srcPt, destPt, region, 0, NULL, ©Even… in copy_image_size()
|