Searched refs:test_cl_image_read (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/ |
H A D | test_renderbuffer.cpp | 25 extern int test_cl_image_read( cl_context context, cl_command_queue queue, cl_mem clImage, 42 …return test_cl_image_read( context, queue, image, imageWidth, imageHeight, outFormat, outType, out… in test_attach_renderbuffer_read_image()
|
H A D | test_images_2D.cpp | 40 int test_cl_image_read( cl_context context, cl_command_queue queue, cl_mem clImage, in test_cl_image_read() function 138 …return test_cl_image_read( context, queue, image, imageWidth, imageHeight, outFormat, outType, out… in test_image_read()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/ |
H A D | test_renderbuffer.cpp | 60 extern int test_cl_image_read(cl_context context, cl_command_queue queue, 84 return test_cl_image_read(context, queue, glTarget, image, imageWidth, in test_attach_renderbuffer_read_image()
|
H A D | test_images_read_common.cpp | 221 int test_cl_image_read(cl_context context, cl_command_queue queue, in test_cl_image_read() function 421 return test_cl_image_read(context, queue, target, image, width, height, in test_image_read()
|