Searched refs:verify_rgba16_image (Results 1 – 4 of 4) sorted by relevance
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_imagecopy.cpp | 67 verify_rgba16_image(unsigned short *image, unsigned short *outptr, int w, int h) in verify_rgba16_image() function 214 err = verify_rgba16_image(rgba16_inptr, rgba16_outptr, img_width, img_height); in test_imagecopy()
|
D | test_imagerandomcopy.cpp | 70 verify_rgba16_image(unsigned short *image, unsigned short *outptr, int x, int y, int w, int h, int … in verify_rgba16_image() function 244 … err = verify_rgba16_image(rgba16_inptr, rgba16_outptr, x[0], y[0], delta_w, delta_h, img_width); in test_imagerandomcopy()
|
D | test_imagereadwrite.cpp | 126 verify_rgba16_image(unsigned short *image, unsigned short *outptr, int w, int h) in verify_rgba16_image() function 386 err = verify_rgba16_image(rgba16_inptr, rgba16_outptr, img_width, img_height); in test_imagereadwrite()
|
D | test_imagereadwrite3d.cpp | 132 verify_rgba16_image(unsigned short *image, unsigned short *outptr, int w, int h, int d) in verify_rgba16_image() function 382 … err = verify_rgba16_image(rgba16_inptr, rgba16_outptr, img_width, img_height, img_depth); in test_imagereadwrite3d()
|