Home
last modified time | relevance | path

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 Dtest_renderbuffer.cpp25 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 Dtest_images_2D.cpp40 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 Dtest_renderbuffer.cpp60 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 Dtest_images_read_common.cpp221 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()