Home
last modified time | relevance | path

Searched refs:verify_rgba16_image (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_conformance/basic/
Dtest_imagecopy.cpp67 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()
Dtest_imagerandomcopy.cpp70 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()
Dtest_imagereadwrite.cpp126 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()
Dtest_imagereadwrite3d.cpp132 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()