Home
last modified time | relevance | path

Searched refs:verify_rgba8_image (Results 1 – 5 of 5) sorted by relevance

/external/OpenCL-CTS/test_conformance/basic/
Dtest_hostptr.cpp84 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()
Dtest_imagecopy.cpp40 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()
Dtest_imagerandomcopy.cpp40 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()
Dtest_imagereadwrite.cpp78 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()
Dtest_imagereadwrite3d.cpp82 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()