Searched refs:verify_rgba8_image (Results 1 – 5 of 5) sorted by relevance
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_hostptr.cpp | 84 verify_rgba8_image(unsigned char *image, unsigned char *outptr, int w, int h) in verify_rgba8_image() function 246 err = verify_rgba8_image(rgba8_inptr, (unsigned char*)lock_buffer, img_width, img_height); in test_hostptr() 267 err = verify_rgba8_image(rgba8_inptr, rgba8_outptr, img_width, img_height); in test_hostptr()
|
D | test_imagecopy.cpp | 40 verify_rgba8_image(unsigned char *image, unsigned char *outptr, int w, int h) in verify_rgba8_image() function 211 err = verify_rgba8_image(rgba8_inptr, rgba8_outptr, img_width, img_height); in test_imagecopy()
|
D | test_imagerandomcopy.cpp | 40 verify_rgba8_image(unsigned char *image, unsigned char *outptr, int x, int y, int w, int h, int img… in verify_rgba8_image() function 241 … err = verify_rgba8_image(rgba8_inptr, rgba8_outptr, x[0], y[0], delta_w, delta_h, img_width); in test_imagerandomcopy()
|
D | test_imagereadwrite.cpp | 78 verify_rgba8_image(unsigned char *image, unsigned char *outptr, int w, int h) in verify_rgba8_image() function 378 err = verify_rgba8_image(rgba8_inptr, rgba8_outptr, img_width, img_height); in test_imagereadwrite()
|
D | test_imagereadwrite3d.cpp | 82 verify_rgba8_image(unsigned char *image, unsigned char *outptr, int w, int h, int d) in verify_rgba8_image() function 374 … err = verify_rgba8_image(rgba8_inptr, rgba8_outptr, img_width, img_height, img_depth); in test_imagereadwrite3d()
|