Searched refs:test_image_read (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/ |
H A D | test_images_3D_info.cpp | 19 static int test_image_read( cl_context context, cl_command_queue queue, GLenum glTarget, GLuint glT… in test_image_read() function 73 …return test_image_read( context, queue, target, glTexture, width, height, depth, &clFormat, &actua… in test_image_format_read()
|
H A D | test_images_2D_info.cpp | 20 static int test_image_read( cl_context context, cl_command_queue queue, GLenum glTarget, GLuint glT… in test_image_read() function 72 …error = test_image_read( context, queue, target, glTexture, width, height, &clFormat, &actualType,… in test_image_object_info()
|
H A D | test_images_3D.cpp | 33 static int test_image_read( cl_context context, cl_command_queue queue, GLenum glTarget, GLuint glT… in test_image_read() function 150 …error = test_image_read( context, queue, target, glTexture, width, height, depth, &clFormat, &actu… in test_image_format_read()
|
H A D | test_images_2D.cpp | 121 static int test_image_read( cl_context context, cl_command_queue queue, GLenum glTarget, GLuint glT… in test_image_read() function 168 …error = test_image_read( context, queue, target, glTexture, width, height, &clFormat, &actualType,… in test_image_format_read()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/ |
H A D | test_images_read_common.cpp | 380 static int test_image_read(cl_context context, cl_command_queue queue, in test_image_read() function 601 error = test_image_read(context, queue, target, globj, w, h, d, samples, in test_image_format_read()
|